This bot is used to get newly joined member's profile photo.
- 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
- languages
cmn-Hans.yml
: Mandarin Chinese (Simplified)cmn-Hant-TW.yml
: Mandarin Chinese in Taiwan (Traditional)en.yml
: English
- plugins
- functions
channel.py
: Functions about channeldecorators.py
: Some decoratorsetc.py
: Miscellaneousfile.py
: Save filesfilters.py
: Some filtersgroup.py
: Functions about groupids.py
: Modify id listsreceive.py
: Receive data from hide channeltelegram.py
: Some telegram functionstimers.py
: Timer functionsuser.py
: Functions about user and channel object
- handlers
message.py
: Handle messages
checker.py
: Check the format of config.iniglovar.py
: Global variables
- functions
.gitignore
: Ignoreconfig.ini.example
->config.ini
: ConfigurationLICENSE
: 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.