Contents
This is a discord bot that lets users look up current stats for NFL players by web-scraping nfl.com.
For more on how this project works, visit my portfolio.
Clone this repository and set the following environment variables.
git clone https://github.com/Sidney-Bernardin/NFL-Discord-Bot.git
cd NFL-Discord-Bot
export TOKEN=your_token_here
export PREFIX=/
Then run directly on your machine or with Docker.
python main.py
docker build -t nfl_discord_bot .
docker run -it \
-e PREFIX=/ \
-e TOKEN=your_token_here \
-v ./logs/:/app/logs \
nfl_discord_bot
Lets users select stats of a game/year from an active NFL player's career.
Gives users instructions for using the bot.