Developer

If you'd like to support developer, you can consider:

Installing

pip3 install -r requirements.txt

Setuping

# change the fields of the config.py file ..

API_ID = ''         # Your Telegram acc API ID
API_HASH = ''       # Your Telegram acc API HASH
PHONE_NUMBER = ''   # Your Telegram acc Phone Number

Starting the bot

python3 main.py

SpeedUp the bot

pip3 install -U tgcrypto