A Telegram selfbot written in Python using Pyrogram.
Python 3.7+ is required. This greatly improves the development experience.
Simply run pip3 install -r requirements.txt
. This installs all the dependencies.
Copy config.toml.sample
to config.toml
and edit it to your liking.
Obtain the API ID and hash from Telegram's website.
KEEP THIS SECRET!
To start the bot, type python3 main.py
.