You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.gitignore | 10 months ago | |
README.md | 9 months ago | |
main.py | 9 months ago |
README.md
SUS-skins-bot
Unofficial bot for publishing skins for SUS Horror.
Features
The bot accepts .png or GIF images with a signature of the <name>|<description>|<author>
format.
After the administrator accepts the skin, all bot users can see it.
Commands list
help
- Shows all available commands.
list
- Shows list of all skins.
skin <id>
- Shows skin by id.
credits
- Shows all skins authors. Comibg soon.
approve-all <Administrator password>
- Approves all new skins.
refresh <Administrator password>
- Refreshes all skins data.
Installation
Install python3:
Windows: https://www.python.org/downloads/.
Linux: install it using your favorite package manager in your favorite OS.
Install dependencies:
pip install pytelegrambotapi
Then create new bot in BotFather, configure it as you want and paste token in config file.
config.py
token = "<token>"
admin_pass = "<Administrator password>"