This bot is used to auto delete specific types of messages.
- See the manual
- See this article to build a bot by yourself
- README of the SCP-079 Project
- Discuss group
- Basic functions
- /dafm
- /purge
- Python 3.6 or higher
- Debian 10:
sudo apt update && sudo apt install libzbar0 opencc -y
- pip:
pip install -r requirements.txt
orpip install -U APScheduler emoji OpenCC Pillow pyAesCrypt pyrogram pyzbar tgcrypto
- plugins
- functions
channel.py
: Functions about channeletc.py
: Miscellaneousfile.py
: Save filesfilters.py
: Some filtersgroup.py
: Functions about groupids.py
: Modify id listsimage.py
: Functions about imagereceive.py
: Receive data from exchange channeltelegram.py
: Some telegram functionstests.py
: Some test functionstimers.py
: Timer functionsuser.py
: Functions about user and channel object
- handlers
command.py
: 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.