This project is no longer maintained, and should be considered deprecated. Use at your own risk.
Telegram have made many breaking changes since this bot was last updated, and as such, there are no expectations that this will work. Notably, user IDs have gone from 32 bit to 64, which will cause issues with the database that I do not believe are worth fixing.
- Install requirements in
requirements.txt
- Add the required environment variables of
sample_config.env
, either by renaming toconfig.env
, or in whatever way your environment supports Environment Variables. - Run the bot:
python3 -m bot
- Dan Tès for his Pyrogram Library
- pokurt for his PyroGram Session Maker