Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 472 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 472 Bytes

xRC Ranked Bot

A Discord bot written in Discord.py that runs ranked competitive matches for xRC Simulator and submits scores to the Second Robotics API.

Getting Started

  • Install all the necessary dependencies by running pip install -r requirements.txt.
  • Set up your environment variables by creating a .env file and filling in the required values. An example .env file can be found here.
  • Run the bot by running python3 main.py.