Dineshkarthik/telegram_media_downloader

How to download files from a specific date period?

diertian opened this issue · 3 comments

For example, I want to download all audio files from 2022-12-01 to 2022-12-31, including mp3, m4a, ape, flac, wav, etc.

That is a good question indeed! Do you have any suggestion @Dineshkarthik ?

Download files from a specific date period

chat_id: your_chat_id
download_filter:
'your_chat_id': message_date >= 2022-12-01 and message_date <= 2022-12-31

stale commented

This issue has been automatically marked as stale because it has not had recent activity in the past 45 days. It will be closed if no further activity occurs in the next 7 days. Thank you for your contributions.