This bot is used to warn or ban someone in group by admin commands.
- See the manual
- See this article to build a bot by yourself
- Discuss group
- Warn or ban someone
- Forgive feature
- Support response the reply to report message
- Interfacing with the whole project database
- Managed by SCP-079-CONFIG
- Support the HIDE channel
- Show more details
- Follow the hard core interaction principle
- Python 3.6 or higher
- pip:
pip install -r requirements.txtorpip install -U APScheduler pyAesCrypt pyrogram[fast]
- plugins
- functions
channel.py: Functions about channeletc.py: Miscellaneousfile.py: Save filesfilters.py: Some filtersgroup.py: Functions about groupids.py: Modify id listsreceive.py: Receive data from exchange channeltelegram.py: Some telegram functionstimers.py: Timer functionsuser.py: Functions about user
- handlers
callback.py: Handle callbackscommand: Handle commandsmessage.py: Handle messages
glovar.py: Global variables
- functions
.gitignore: Ignoreconfig.ini.example->config.ini: ConfigurationLICENSE: GPLv3main.py: Start hereREADME.md: This filerequirements.txt: Managed by pip
Welcome to make this project even better. You can submit merge requests, or report issues.
Licensed under the terms of the GNU General Public License v3.