https://github.com/userbotindo/Anjani
🤖 Telegram group management and spam protection bot
https://github.com/userbotindo/Anjani
asynchronous bot hacktoberfest pyrogram python python3 telegram telegram-bot
Last synced: 8 months ago
JSON representation
🤖 Telegram group management and spam protection bot
- Host: GitHub
- URL: https://github.com/userbotindo/Anjani
- Owner: userbotindo
- License: gpl-3.0
- Created: 2021-01-20T18:26:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T04:05:20.000Z (10 months ago)
- Last Synced: 2025-06-20T04:39:10.827Z (9 months ago)
- Topics: asynchronous, bot, hacktoberfest, pyrogram, python, python3, telegram, telegram-bot
- Language: Python
- Homepage: https://userbotindo.com/anjani
- Size: 3.58 MB
- Stars: 111
- Watchers: 1
- Forks: 106
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Anjani
[](https://www.python.org/)
[](https://deepsource.io/gh/userbotindo/Anjani/?ref=repository-badge)
[](https://pypi.org/project/anjani/)
Can be found on Telegram as [Anjani](https://t.me/dAnjani_bot).
Anjani is a modern, easy-to-develop, fully async Telegram group managing bot for Telegram.
## Requirements
- Python 3.9 or higher.
- [Telegram API key](https://docs.pyrogram.org/intro/setup#api-keys).
- [Telegram Bot Token](https://t.me/botfather)
- [MongoDB Database](https://cloud.mongodb.com/).
## Features
- Easy to develop with object oriented models.
- Fully asynchronous with async / await.
- Type-hinted method making it easy to create plugins.
- Localization support.
- Class based plugin system.
## [Documentation](https://userbotindo.com/anjani/docs/home)
## [Installing](https://userbotindo.com/anjani/docs/install)
## Plugin
If you want to make your custom plugins, refer to [Anjani's Plugins Guide](https://userbotindo.com/anjani/docs/plugin/creating-your-own-plugin).
## Credits
- [Marie](https://github.com/PaulSonOfLars/tgbot)
- [Pyrobud](https://github.com/kdrag0n/pyrobud)
- [All Contributors 👥](https://github.com/userbotindo/Anjani/graphs/contributors)