Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.12 KB

PugBot for Discord

PugBot for discord is a bot for managing pickup games. This version has been updated and modified for use with Fortress Forever on steam.

Installing

  • I recommended that you run the bot on an aws EC2 or similar linux box
  • Once you have a linux box ready:
    • Create a mongoDB to hold the last pickup and server + alias information. If you are unsure how to do this, a quick start tutorial can be found at the link provided below.
    • Setup the mongoDB by running python3 ./mongodb.py
      • You will need to modify this file to match your game configuration
    • Rename config.py.example to config.py
      • Edit config.py to match your game configuration
    • Run the bot with the provided script ./runbot.sh

Requirements