Skip to content

Exports fantasy premier league season history to excel workbook

Notifications You must be signed in to change notification settings

asierisayas/FPL-data-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fantasy Premier League Data Fetcher

Code was written in Python 3. I chose python since I'm trying to get better at web scraping and Python seems to be a good tool for it.

Executing the script prompts a GUI interface asking the user to enter their fantasy team ID. This can be found easily on the wesite. Clicking the submit button then proceeds to import all json data from the website and exporting it to excel.

Screenshots: https://imgur.com/a/ZifQjcY

Requirements

Whatever is required by the openpyxl and tkinter modules, ie,

  • Windows/Mac device (The app won't work on Mac since I used pyinstaller on Windows to generate the executable. However you should still be able to run a revised code on a Mac device if you have Python)
  • Microsoft Excel 2010 or newer

Modules Used

  • tkinter - for GUI
  • requests - to fetch json data from FPL website
  • openpyxl - to write the imported data to excel workbook
  • os - to show the path of the created excel file
  • I've also used urlopen and base64 to read the FPL logo off of an imgur link to place it in the GUI

List of data imported

  • Gameweek Score
  • Gameweek Average Score
  • Points Benched
  • Transfers Made for GW
  • Transfer Cost
  • Gameweek Rank
  • Overall Points
  • Overall Rank
  • Position in overall leaderboard
  • Team Value
  • Weekly Squad
  • Chips Used and when
  • Complete Transfer history with values
  • Final Dream Team
  • FPL Cup history
  • Classic League Ranks
  • H2H Ranks
  • Individual player scores for each GW
  • Weekly Dream Team

Json links

About

Exports fantasy premier league season history to excel workbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages