8000 GitHub - Sidney-Bernardin/NFL-Discord-Bot: A discord bot that lets users look up stats for NFL players by web-scraping.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sidney-Bernardin/NFL-Discord-Bot

Repository files navigation

Unit Tests

NFL-Discord-Bot

Contents

  1. Overview
  2. Usage

Overview

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.

Usage

Install and run

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.

Run directly on your machine.

python main.py

Run with Docker.

docker build -t nfl_discord_bot .
docker run -it \
    -e PREFIX=/ \
    -e TOKEN=your_token_here \
    -v ./logs/:/app/logs \
    nfl_discord_bot

Commands

Stat

Lets users select stats of a game/year from an active NFL player's career.

Help

Gives users instructions for using the bot.

About

A discord bot that lets users look up stats for NFL players by web-scraping.

Topics

Resources

Stars

Watchers

Forks

0