https://github.com/armankhondker/fantasy-premier-leauge-team-analyzer
A FPL team analyzer for /r/FantasyPL to help managers climb the overall FPL world rankings.
https://github.com/armankhondker/fantasy-premier-leauge-team-analyzer
fantasy-premier-league python reddit-bot
Last synced: 5 months ago
JSON representation
A FPL team analyzer for /r/FantasyPL to help managers climb the overall FPL world rankings.
- Host: GitHub
- URL: https://github.com/armankhondker/fantasy-premier-leauge-team-analyzer
- Owner: armankhondker
- Created: 2020-01-08T17:17:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T01:24:25.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T06:32:36.695Z (7 months ago)
- Topics: fantasy-premier-league, python, reddit-bot
- Language: Python
- Homepage: https://fantasy.premierleague.com
- Size: 33.2 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
 
# Fantasy Premier Leauge Team Analyzer and Visualizer
A collection of tools for [/r/FantasyPL](https://www.reddit.com/r/FantasyPL/) to help FPL Managers rise to the top of the FPL ranks! Created and developed with Python!
Join over 7,000,000 managers playing the #1 fantasy sports game in the world at: https://fantasy.premierleague.com/These FPL python script provides FPL managers with a command line interface to seamlessly:
1. **Check their gameweek scores** and league ranks
2. **Check live league positions** and table rankings (Used to help with @OfficialFPL being slow to update millions of leagues during gameweeks and help fill in the gap for enthusiastic FPL mangers)
3. **Plan for future gameweeks** by analyzing current team selections, captaincy choice, transfers made, and chips available## Gameweek Checker
The Gameweek Checker script helps FPL managers by allowing them to follow their team's progress during the current gameweek. The Gameweek Checker Script will correctly display real time points, prices changes, and classic and head-to-head league ranks.
## Live League Rank
The Live League Rank script helps FPL managers by providing real time league positions and changes in ranking. Additionally, the Live League Rank scrript provides every player's captaincy choice, transfer hits, and net points. The Live League Rank script lets you dive deeper into details of a specific league.
## Team Analyzer
The Team Analyzer script helps FPL mangagers by allowing them to plan for future gameweeks. Furthermore, the team analyzer script will display the current gameweek team selections, transfers made, free transfers reamining, team value, and chips available.
## Technolgies Used
* Python
* Fantasy Premier League Official API# Helpul Tips
Users are required to know their **unique fpl entry id** to use this project. The id can be retreived on the fpl site by clicking "my team", "view gameweek history", and looking at the url.
Example: https://fantasy.premierleague.com/entry/{team-id}/historyThese scripts assume you have Python 3 and the requests package installed. Users can install this package by running:
```pip install requests``` on MacOS