This bot is used to send tips.
- Demo
- Read the document to learn more
- README of the SCP-079 Project's demo bots
- Discuss group
- Python 3.6 or higher
- Debian 10:
sudo apt update && sudo apt install opencc -y
- pip:
pip install -r requirements.txt
- examples
config.ini
->../data/config/config.ini
: Configuration examplestart.txt
->../data/config/start.txt
: Start template example
- plugins
- functions
channel.py
: Functions about channelcommand.py
: Functions about commanddecorators.py
: Some decoratorsetc.py
: Miscellaneousfile.py
: Save filesfilters.py
: Some filtersgroup.py
: Functions about groupids.py
: Modify id listsmarkup.py
: Get reply markupprogram.py
: Functions about programreceive.py
: Receive data from exchange channeltelegram.py
: Some telegram functionstimers.py
: Timer functionstip.py
: Functions about tips
- handlers
command.py
: Handle commandsmessage.py
: Handle messages
checker.py
: Check the format ofconfig.ini
glovar.py
: Global variablesstart.py
: Execute before client startversion.py
: Execute before main script start
- functions
.gitignore
: IgnoreDockerfile
: Assemble the docker imageLICENSE
: GPLv3main.py
: Start hereREADME.md
: This filerequirements.txt
: Managed by pip
Contributions are always welcome, whether it's modifying source code to add new features or bug fixes, documenting new file formats or simply editing some grammar.
You can also join the discuss group if you are unsure of anything.
Licensed under the terms of the GNU General Public License v3.