Nekmo / telegram-upload

Upload and download files from Telegram up to 4 GiB using your account
MIT License
1.05k stars 226 forks source link

Feature request - Continously monitor chat and download it to local #211

Closed fatmeat closed 1 year ago

fatmeat commented 1 year ago

Hello Nekmo, thank you for this amazing project, I have some idea base on my personal usage in below

Description

I was wondering if it's worth to develop continous monitor chat feature that able to monitor specific chat/channel for newly upload files and download it to local, I am asking for this because I wrote a python to do this work with TG Bot, but at the end of the day I found Bot API limiting file size to 20MB, as I searching for alternative in internet, I then landed to your amazing project.

I know I can do a schedule job to run "telegram-download --delete-on-success" to archive similar goal but I think it would be better to use the native parameter to do this? Let me know your thought, thanks!!

Nekmo commented 1 year ago

Hi @fatmeat ,

Telegram-upload is intended as a client to run in the terminal and download current files, not to monitor Telegram. But I have a similar project for this. However it is a private project. Maybe in the future it will be public.

Regards,

fatmeat commented 1 year ago

Thank you for reply, looking forward for it goes to public.

I will make it my own way at this moment.

Nekmo commented 1 year ago

You are welcome :)