tangyoha / telegram_media_downloader

基于Dineshkarthik的项目, 电报视频下载,电报资源下载,跨平台,支持web查看下载进度 ,支持bot下发指令下载,支持下载已经加入的私有群但是限制下载的资源, telegram media download,Download media files from a telegram conversation/chat/channel up to 2GiB per file
MIT License
2.04k stars 236 forks source link

[Feature]: 消息按组分类获取消息信息 #142

Open mhdy2233 opened 6 months ago

mhdy2233 commented 6 months ago

Description

能否添加一个功能将每组消息或者说一条消息内包含的多个图片、视频、文件等分到一个文件夹里,并且获取这条消息下的文字以及他的id和时间 Can you add a function to divide each group of messages or multiple pictures, videos, files, etc. contained in a message into a folder, and obtain the text under this message as well as its id and time?

Suggested Solution

在时间文件夹中再加上消息的id作为子文件夹,消息用md文件作为元信息与图片或文件储存在一个文件夹,并将消息内的#XXX 与消息前几位作为文件名以方便检索

Alternatives

No response

Additional Context

No response