├── .gitignore ├── Changelog.txt ├── FPLDataFetcher.py ├── FPL_logo.gif └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fez09/FPL-data-scraper/HEAD/.gitignore -------------------------------------------------------------------------------- /Changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fez09/FPL-data-scraper/HEAD/Changelog.txt -------------------------------------------------------------------------------- /FPLDataFetcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fez09/FPL-data-scraper/HEAD/FPLDataFetcher.py -------------------------------------------------------------------------------- /FPL_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fez09/FPL-data-scraper/HEAD/FPL_logo.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fez09/FPL-data-scraper/HEAD/README.md --------------------------------------------------------------------------------