alfem / telegram-downloader-bot

A Telegram bot for file downloading automation
Other
129 stars 50 forks source link

Feature Request: allow download big files #16

Closed AmezcuaGil closed 4 years ago

AmezcuaGil commented 4 years ago

Awesome project dude. Is it possible to modify the script to allow download of big files?

I did some dig and found the following: https://weekly-geekly.github.io/articles/348234/index.html

baruchiro commented 4 years ago

@alfem What do you think? I configured all my system now, and in the end I can't download the file...

alfem commented 4 years ago

I will take a look as soon as I get my laptop repaired. It is in the Acer service.

alfem commented 4 years ago

Meanwhile I have found this awesome project: https://github.com/Nekmo/telegram-upload

Do not get confused by the name. It also download files. You could set a service with the telegram-download script, using a channel_id and using the delete-after-download parameter ;-)

alfem commented 4 years ago

Here you have a brand new script, without the file size limit: https://github.com/alfem/telegram-download-daemon/

Help with testing is welcome