mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2025-03-01 16:43:06 +08:00
Add limitation to README
This commit is contained in:
parent
2540e13f90
commit
cbe7e46ec7
1 changed files with 4 additions and 2 deletions
|
@ -6,16 +6,18 @@ If you have got an Internet connected computer or NAS and you want to automate f
|
|||
daemon is for you.
|
||||
|
||||
Telegram bots are limited to 20Mb file size downloads. So I wrote this agent
|
||||
or daemon to allow bigger downloads.
|
||||
or daemon to allow bigger downloads (limited to 1.5GB by Telegram APIs).
|
||||
|
||||
# Installation
|
||||
|
||||
You need Python3 (tested in 3.5).
|
||||
|
||||
Install Telethon module (using pip or your OS package system):
|
||||
|
||||
pip install --user telethon
|
||||
|
||||
Install cryptg to use a C library to speed up downloads (optional)
|
||||
|
||||
pip install --user cryptg
|
||||
|
||||
Obtain your own api id: https://core.telegram.org/api/obtaining_api_id
|
||||
|
@ -25,7 +27,7 @@ into the proper variables.
|
|||
|
||||
Change the destination folder if desired.
|
||||
|
||||
Use your favorite Telegram app to create a new (private)channel.
|
||||
Use your favorite Telegram app to create a new (private) channel.
|
||||
|
||||
Change the channel_id in telegram-download-daemon.py.
|
||||
|
||||
|
|
Loading…
Reference in a new issue