Skip to content

Graham277/NewDozer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A python rewrite of the original dozer-discord-bot. Much of this project is powered by the blue alliance at https://www.thebluealliance.com/

Setup

  1. To run the bot, create a file called ".env" in the project root.
  2. Add your token to the file in this form:
    token=YourTokenHere
    
  3. Add the id of the guild the bot will be run on to the dotenv. This provides instant syncing to the guild and is required for this bot.
    guild_id=YourGuildIdHere
    
  4. (Optional) If doing development, you can add a "dev_guild_id" as well, and the commands will sync to both guilds. This allows you to develop and test the status on your own server without clogging up the production server.
  5. Run main.py

Requires the discord.py, statbotics, requests, pillow, and dotenv libraries

TODO:

  • Implement caching TBA responses with the ETag, If-None-Match and Cache-Control headers (see https://www.thebluealliance.com/apidocs)
  • Implement the following slash commands:
    • Alliances
    • EPA Rankings
    • Events
    • Match
    • Schedule

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages