mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2025-03-02 00:56:20 +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.
|
daemon is for you.
|
||||||
|
|
||||||
Telegram bots are limited to 20Mb file size downloads. So I wrote this agent
|
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
|
# Installation
|
||||||
|
|
||||||
You need Python3 (tested in 3.5).
|
You need Python3 (tested in 3.5).
|
||||||
|
|
||||||
Install Telethon module (using pip or your OS package system):
|
Install Telethon module (using pip or your OS package system):
|
||||||
|
|
||||||
pip install --user telethon
|
pip install --user telethon
|
||||||
|
|
||||||
Install cryptg to use a C library to speed up downloads (optional)
|
Install cryptg to use a C library to speed up downloads (optional)
|
||||||
|
|
||||||
pip install --user cryptg
|
pip install --user cryptg
|
||||||
|
|
||||||
Obtain your own api id: https://core.telegram.org/api/obtaining_api_id
|
Obtain your own api id: https://core.telegram.org/api/obtaining_api_id
|
||||||
|
|
Loading…
Reference in a new issue