Skip to content

A discord bot for NFL Pick-Em and Fantasy Football

Notifications You must be signed in to change notification settings

squale71/jaguar

Repository files navigation

Jaguar

A discord bot for NFL Fantasy Football as well as Pick 'Em.

Discord Set Up

  1. You'll need to set up a bot in Discord. You can do that here: https://discordapp.com/developers
  2. Click New Application
  3. Set up your application using the instructions provided.
  4. Once your application is set up, create a new bot from your application.
  5. Once your bot is created, copy and set aside your token. You'll need it in the next step.

Project

  1. Clone the project.
  2. Set a machine environment variable: JAGUAR_Discord__Token with the discord token you noted in the last step as the value.
    1. Protip: If on Windows, you can run the following command in Powershell to set environment variables easily. Make sure you subsitute in your key. : [Environment]::SetEnvironmentVariable("JAGUAR_Discord__Token", "{your-key}", "User")
  3. You're good to go!

Run

  1. Using your favorite command line interface, cd to the project's directory.
  2. Run docker-compose up
    1. The project currently cannot be debugged using Docker Compose in Visual Studio.

About

A discord bot for NFL Pick-Em and Fantasy Football

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published