A data scraper program written in Python that scrapes data using the fantasy premier league API about all the players adn teams who have featured during the current English Premier League season.

Features

  • Uses the requests library in conjunction with the json library to obtain all the data from the FPL API.
  • Scrapes all the FPL data about every single player that has featured during the current English Premier League season
  • Cleans, Filters and Saves all data in csv files using the csv python library

More info at