A modular Telegram group management bot running with Python based on Pyrogram.
Can be found on Telegram as Anjani.
Help us to cover more languages by contributing in Crowdin!
- Python 3.8 or higher (recomended).
- Telegram API key.
- Telegram Bot Token
- MongoDB Database.
Set up your bot configuration variables by renaming config.env_sample
to config.env
and edit it with your values.
Install all required dependencies by running
pip3 install -r requirements.txt
.
Once everything set up, start the client by running
python3 -m anjani_bot
If you want to make your custom plugins, refer to Anjani's Wiki. It has a lot of important things to read and a plugin example to guide you.