Fantasy Football Scraper -- footballscraper.appspot.com
- Easily find top players to add to your fantasy team! Top 200 players are displayed; with sorting and filtering available on it.
- Player positions are color-coded for easily glancing and finding a desired player.
- Sort by team, position, rank, bye week, etc. Then add a player to up to 12 teams.
- Setting for 8,10,12 team leagues, and 15,16,17,18 players.
- Much easier than manually crossing off players with pen & paper during a live draft!
- Source player rank data from fantasypros.com along with other sources!
deploy with: gcloud app deploy .
serve it locally for debugging with: dev_appserver.py .
website's served at: localhost:8080
the settings web admin console is at: localhost:8000
For google app engine, followed directions from here: https://medium.com/@lucas.abgodoy/building-a-rest-api-on-google-app-engine-based-on-web-scraping-d1ebef594d52