Yahoo Fantasy Football Scoreboard for Sunday Fundays
- Yahoo Developer account
- Create an app with the following settings:
- Redirect URI: https://localhost:8000
- API Permissions: Fantasy Sports, read only
- Copy Client ID and Secret for setup
- Create virtual environment, activate and install requirements.txt
- Run
yahoofantasy login
- Enter Client ID and Secret from your app
- Login to Yahoo Fantasy at the prompt
- Start Flask app with
flask --app app run
with optional--debug
flag