Skip to content

A Fantasy Premier League API in Python 3

License

Notifications You must be signed in to change notification settings

sayandhar/miniFPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


miniFPL

A small Fantasy Premier League API in Python 3

Running the demo

Install the required python libraries.

$ python requirements.txt

Run the app

$ python app.py
---
Bottle v0.12.13 server starting up (using WSGIRefServer())...
Listening on http://127.0.0.1:8080/
Hit Ctrl-C to quit.

Once the bottle server starts, head over to http://localhost:8080/. Enter the Team ID and click search.

Demo Webpage

Finding your Team ID & League ID

Releases

No releases published

Packages

No packages published