Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 512 Bytes

File metadata and controls

15 lines (14 loc) · 512 Bytes

NFLLunch

Prerequisites

  1. Create virtual env:
python3 -m venv env
. env/bin/activate
  1. Install dependencies
pip3 install .

Other

  • nflgame documentation can be found here. NOTE that the maintained fork can be cloned using pip install nflgame-redux==2.0.1b1, which is in the README of the linked repo.
  • Sleeper API and sleeper-api-wrapper (documentation)