From cbe7e46ec7c99218921a677fea70c35388c9a106 Mon Sep 17 00:00:00 2001 From: Baruch Rothkoff Date: Thu, 23 Apr 2020 18:03:24 +0300 Subject: [PATCH] Add limitation to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 018db1d..b3b8e95 100644 --- a/README.md +++ b/README.md @@ -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.