Skip to content

An example bot for the Hanabi Live website written in Python

License

Notifications You must be signed in to change notification settings

hengyuan-hu/hanabi-live-bot

 
 

Repository files navigation

hanabi-live-bot

An example reference bot for the Hanabi Live website written in Python 3.


Setup Instructions

  • Install the dependencies:
    • pip install -r requirements.txt
  • Set up environment variables:
    • cp .env_template .env
    • vim .env
  • Run it:
    • python main.py
  • In a browser, log on to Hanabi Live and start a new table.
  • In the pre-game chat window, send a private message to the bot in order to get it to join you:
    • /msg [username] /join
  • Then, start the game and play!

About

An example bot for the Hanabi Live website written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%