A dashboard to help sort through FPL data.
- find best way to store the cleaned data. separate db?
- how to periodically reset the data?
- Averaging: averages across the games played within the number of gameweeks selected.
- Sum: Adds up across the games played within the number of gameweeks selected.
Procfile
release: python ./download_data.py
web: gunicorn -w 3 app:server
clock: python clock.py
python app.py
Contributions are welcome!
- Fork the repository.
- Add your features.
- Make sure app is still working.
- Submit a Pull Request!
Git push to github will automatically deploy.
git add .
git commit -m "made some changes"
git push heroku master
cd Fantasy-Premier-League && git pull origin master && cd ..
git add . && git commit -m "update gw"
git push