Skip to content

A cli that allows users to retrieve information about their fantasy premier league teams, such as live league standings, points and team selection.

License

Notifications You must be signed in to change notification settings

trozler/myfpl-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myfpl cli - A command line interface for Fantasy Premier League

PythonShellLicense

A command line interface that allows users to retrieve information about their fpl teams, leagues and fixtures in single commands.


Update: myfpl browser extension

I have created a browser extension for fantasy.premierleague.com also called myfpl, that provides a host of UI updates and also makes fpl real time.

myfpl calculates league standings and points in real time, by computing real time bonus and making auto-subs, during the actual gameweek.

The extension also lets you plan for future gameweeks natively and gives a useful browser popup to keep track of games and h2h matches.

You can find out more about the extension at https://myfpl.net/.


Currently the core commands are:

Live leagues

live

  • See other people's teams and your league standings way before fpl updates. All standings and teams are based on real time scores, which are adjusted for bonus and substitutions. Output also includes every players captaincy choice and transfer hits. It can be used on leagues of any size, inclduing the overall league.

Fixture

live

  • Get real time scores from PL fixtures, including goals, assists, cards and bonus.

Gameweek

live

  • See how your gameweek is going by viewing your real time score, adjusted for bonus and substitutions.

Team

live

  • Team command is intended for users who want to plan for future gameweeks. It will correctly display the team you have selected for next gameweek, transfers made and chips available.
  • You will be prompted for your team id, fpl email and password, the first time you use this command, as your current team line up is private. Your email and team id will be cached locally, but never your password. The next time around you will only be promtped for your password. You can always clear the cache by running myfpl -c.

Note

Information about all commands can always be found by running:

$ myfpl --help

Prerequesits

You have python3 installed.

  • If you don't have python3, you can use this guide this guide.
  • If your not sure if you do, you can run the following on the command line:
$ python3 --version
Python 3.8.1

How to install

Using pip simply run:

$ pip3 install myfpl
$ myfpl <your args go here>

Note:

  • Do not use sudo pip3 install myfpl, as this will leads to issues with file permissions for config.json. And requires you to run sudo myfpl for every command.

If you want to clone the project do the following.

$ cd ~
$ git clone https://github.com/trozler/myfpl.git
$ cd myfpl
$ pip3 install -r requirements.txt
$ python -m myfpl <args>

Usage

Users are required to know their unique fpl entry id. The id can be retreived on the fpl site by clicking "points"and looking at url.

Example: https://fantasy.premierleague.com/entry/{team-id}/history

Configuration options

  • -g, --gameweek
    • See how your gameweek is going before fpl updates, by viewing your real time score, adjusted for bonus and substitutions.
  • -t, --team
    • Plan for future gameweeks by viewing transfers made, chips avialable, currently selected team and more. Since your team line-up is private, your Fpl password and email are required. Your email and team id will be cached locally for future use, but never your password. You can clear the cache with -c command.
  • -l, --live
    • Check out your league standings before fpl updates. All standings are based on real time scores, which are adjusted for bonus and substitutions.
  • -f, --fixture
    • Get real time scores from PL fixtures.
  • -c, --clear
    • Remove your email and team id stored in config.json.
  • -h, --help
    • Show help for all commands.

Contribution

If you spot bugs or have features that you'd really like to see in myfpl, please check out the contributing page.

About

A cli that allows users to retrieve information about their fantasy premier league teams, such as live league standings, points and team selection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages