WIP
- Logs into and joins channels in Fightcade
- Easy customization
- Logs all chat
- More soon
- Make sure Fightcade is installed and works
- Only needed if you want to send messages, otherwise you can leave this out.
- Clone the repo
git clone https://github.com/bvoo/fightcade-bot.git
- Edit important.json with the bot accounts user/pass, and most recent Fightcade version
- Install requirements.txt
pip install -r requirements.txt
- Run
python main.py
- Fix sending messages
- Handle Idx and RequestIdx better
- Check account for channel limit (components/join.py)
- Convert message handler to switch statement
- Deal with reconnecting