A modular Telegram Python bot running on python3 with a sqlalchemy, redis, telethon.
Heroku Deploy
The Easiest Way to Deploy This Bot is Via Heroku. In Order To deploy, You Just Have Fill The Necessary Environment Variables and Done!
More Deploy Options
Deploying on Local Machine
~$ git clone https://github.com/AASFCYBERKING/HottieRobot
~$ cd HottieRobot
~$ cp sample_config.py config.py
Edit Config.py with your own Values
Start with python -m Hottie_Robot
Deploying On IDE VMs Like Repl.it
Refer to Deploying On Local Machine.