Skip to content

murphyjohn/FPL-data-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fantasy Premier League Data Fetcher

Code was written in Python 3. I chose python since I just started learning it a couple of months ago and the openpyxl module is a way to export data to excel sheets.

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.

Youtube tutorial: https://youtu.be/z-U3RSlvmEw

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 the 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 bas64 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

Packages

No packages published

Languages

  • Python 100.0%