A Telegram robot based on Pyrogram
Clone the repository and run the main file:
git clone https://github.com/SpEcHiDe/PyroJsonDumpBot.git
cd PyroJsonDumpBot
python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
export APP_ID=6 API_HASH="eb06d4abfb49dc3eeb1aeb98ae0f581e" TG_BOT_TOKEN="93372553:AAFNrcXeRFJGIaSsQA4wf81JX7TgQZQJmzI"
python3 -m pyrobot
-
TG_BOT_TOKEN
: Create a bot using @BotFather, and get the Telegram API token. -
APP_ID
-
API_HASH
: Get these two values from my.telegram.org/apps.- N.B.: if Telegram is blocked by your ISP, try our Telegram bot to get the IDs.
- Dan Tès for his Pyrogram Library