Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 742 Bytes

File metadata and controls

26 lines (22 loc) · 742 Bytes

Example Fightcade2 Bot

WIP

Features

  • Logs into and joins channels in Fightcade
  • Easy customization
  • Logs all chat
  • More soon

How to use

  • 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

To Do

  • 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