From eb1b1d9cdc27e1ce93a8159c45acac029e971dc2 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sun, 2 Oct 2022 14:03:30 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20Docs=20for=20telegram?= =?UTF-8?q?=20upload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f98b523..56db55d 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,13 @@ By default, script build the version as recommended by Revanced team. ```dotenv BUILD_EXTENDED=True ``` +9. For Telegram Upload. You need 4 pieces of configuration + 1. API_ID - Telegram API_ID is provided by telegram [here](https://my.telegram.org/apps) + 2. API_HASH - Telegram API_HASH is provided by telegram [here](https://my.telegram.org/apps) + 3. BOT_TOKEN - Telegram provides BOT_TOKEN.It works as sender. Learn how to [get](https://core.telegram.org/bots#6-botfather) + 4. CHAT_ID - Provide receiver telegram id.It works as receiver. Learn how to [get](https://gist.github.com/mraaroncruz/e76d19f7d61d59419002db54030ebe35) + + Note - Create one channel where files will be published. Add the bot to the channel(from step 3) ### Generate Token 1. Go to your account developer [settings](https://github.com/settings/tokens). Click on generate new token.