sp2battlebot
Srouce code for @Sp2BattleBot.
A bot for telegram. Get Splatoon2 battle info in telegram.
* This project rewrite from swift version.*
Screenshot
Start
First, install dependencies.
pip3 install -r requirements.txt
Set your bot token and administrator username in config.py.
TELEGRAM_BOT_TOKEN = ''
ADMINISTRATOR_USERNAME = ''
Run
./sp2battlebot [start|stop|restart]
Command
/start - Start here.
/gettoken - Get token.
/settoken - Set token.
/last - Last battle info.
/last50 - Show overview for last 50 battle.
/startpush - Startup battle push.
/stoppush - Stop battle push.
/help - Show help.
Require
- python3
Thanks
Thank them for providing the necessary algorithm API for account login.