This bot is used to manage settings for each bot.
- Read the document to learn more
- README of the SCP-079 Project's demo bots
- Discuss group
- Python 3.6 or higher
- pip:
pip install -r requirements.txt
orpip install -U APScheduler pyAesCrypt pyrogram[fast]
- plugins
- functions
channel.py
: Functions about channelconfig.py
: Generate config session messageetc.py
: Miscellaneousfilters.py
: Some filtersreceive.py
: Receive data from exchange channeltelegram.py
: Some telegram functionstimers.py
: Timer functions
- 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.