/MovieNightBot

Simple discord bot for taking suggestions, running votes, and tracking watched movies for a movie night

Primary LanguagePythonDo What The F*ck You Want To Public LicenseWTFPL

Movie Night Bot

A simple discord bot that tracks movie suggestions, watched movies, and runs votes on what movie to watch form the suggestions list. Includes weighted-choice voting, tie runoff logic, and the ablity to turn off suggestion capability if users are getting too rowdy.

Running the bot

  1. Create a config.yaml based on the config-example.yaml in this repo.
  2. Start the server using the command python -m movienightbot -c /path/to/config.yaml You can optionally also pass -f /path/to/file.log to set where the log file should be written.
Planned Features
  • Block specific people from suggesting on a server
  • Paginate the watched and suggested so you can scroll through with reactions

Contributing

flake8 and black standards are enforced for all pull requests.