All Projects → wiscostret → fplscrapR

wiscostret / fplscrapR

Licence: CC0-1.0 license
This package enables those interested in Fantasy Premier League to perform detailed data analysis of the game, using the FPL's JSON API. The fplscrapR functions help R users collect and parse data from the Official Fantasy Premier League website.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to fplscrapR

FPLbot
A bot made for /r/FantasyPL
Stars: ✭ 54 (-15.62%)
Mutual labels:  fantasy-football, football, fpl, fantasy-premier-league
fantasy-premier-league
Fantasy Premier League Stats, Visualizations & Analysis. ⚽ 📊 📈
Stars: ✭ 31 (-51.56%)
Mutual labels:  football, fpl, fantasy-premier-league
fplbot
🤖 Chatbot for Fantasy Premier League (Slack/Discord)
Stars: ✭ 14 (-78.12%)
Mutual labels:  fpl, fantasy-premier-league
FantasyPremierLeague.py
⚽ Statistics for your mini leagues.
Stars: ✭ 123 (+92.19%)
Mutual labels:  fantasy-football, fantasy-premier-league
ff
A fantasy football draft assistant with projections from ESPN, CBS, and NFL
Stars: ✭ 30 (-53.12%)
Mutual labels:  fantasy-football, football
fantasy-tools
A suite of tools for fantasy football players
Stars: ✭ 37 (-42.19%)
Mutual labels:  fantasy-football, football
league-page
Create a custom league page for your Sleeper fantasy football league!
Stars: ✭ 52 (-18.75%)
Mutual labels:  fantasy-football, football
faq
DIY (Do-It-Yourself) - Yes, You Can! Design Your Own Punk (Pixel) Characters / Heads+Bodies using the Punk (Building) Blocks in the 24×24px (or 32×32px or 40×40px ) Formats And Much More
Stars: ✭ 15 (-76.56%)
Mutual labels:  football
worldcup
Free open public domain football data for the World Cup (incl. Qatar 2022, Russia 2018, Brazil 2014, etc.) and World Cup Quali(fiers)
Stars: ✭ 530 (+728.13%)
Mutual labels:  football
euro
Free open public domain football data (euro.db) for Euro 2008, Euro 2012, Euro 2016, Euro 2020 (2021), etc.
Stars: ✭ 38 (-40.62%)
Mutual labels:  football
sleeper-api-wrapper
A Python wrapper for the Sleeper Fantasy Football API.
Stars: ✭ 41 (-35.94%)
Mutual labels:  fantasy-football
sportyR
R package for drawing regulation playing surfaces for several sports
Stars: ✭ 84 (+31.25%)
Mutual labels:  football
cartrolandofc
🎩 CartrolandoFC é um site para consultar os pontos parciais do seu time no Cartola FC.
Stars: ✭ 272 (+325%)
Mutual labels:  fantasy-football
FFDB
NFL Database Engine for PostgreSql and Mongo (easily works with other custom databases too)
Stars: ✭ 34 (-46.87%)
Mutual labels:  fantasy-football
football-peek
[JavaScript - NodeJS] Application to access football scores
Stars: ✭ 14 (-78.12%)
Mutual labels:  football
espana
Free open public domain football data (football.db) for España (Spain) / Europe - Primera División / La Liga, etc.
Stars: ✭ 64 (+0%)
Mutual labels:  football
fantasy-football-scoreboard
Display the score of your fantasy football team on a Raspberry Pi driven RGB LED matrix for maximum ease of disappointment
Stars: ✭ 43 (-32.81%)
Mutual labels:  fantasy-football
epl-ranktable-prediction
Prediction of Premier league standings using Poisson distribution
Stars: ✭ 16 (-75%)
Mutual labels:  football
Football-Analytics-With-Python
A repository for football analytics
Stars: ✭ 28 (-56.25%)
Mutual labels:  football
kickoff
Open Kick-Off is a fun rewriting attempt of the cult football game Kick Off 2 designed by Dino Dini and released in 1990 by Anco for the Atari ST and the Commodore Amiga. It is written in Java with the help of libGDX.
Stars: ✭ 32 (-50%)
Mutual labels:  football

fplscrapR

This package enables those interested in Fantasy Premier League to perform detailed data analysis of the game, using the FPL's JSON API. The fplscrapR functions help R users collect and parse data from the Official Fantasy Premier League website.

Installation

You can install the released version of fplscrapR from GitHub with:

remotes::install_github("wiscostret/fplscrapR")

library(fplscrapR)

Examples

On the fplscrapR website, you can find examples for alle the functions available in fplscrapR, showing you how you can easily use the package to perform simple yet interesting FPL analysis.

News

Key changes to fplscrapR v0.2.6:

  • All functions updated to align with FPL’s updated API for the 21/22 season.

  • Added new functions get_player_ids(), allowing you to easily pull all player ids for combining datasets, e.g. from get_player_info() and get_player_details().

  • Added access to key FPL data from the 20/21 season. There is now full coverage going back to 16/17.

  • Vignettes updated

  • Various bug fixes

Questions

If you have an questions or wish to collaborate, etc., find me on GitHub or Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].