FantasyFootballAnalytics / FantasyFootballAnalyticsR

R scripts and data files for the Fantasy Football Analytics website
http://fantasyfootballanalytics.net/
447 stars 1.58k forks source link

Reposting Issue from other repo. #54

Closed gheemony closed 4 years ago

gheemony commented 4 years ago

I have found the following issues with projection sources retrieved using scrape_data for season = 2019 and week = 0:

ESPN: No data is scraped. Projections are publicly available. Likely a scraping issue.

FantasyData: No data is scraped. The free projections are for a limited number of players; full projections are available only with a paid subscription. I suspect this is no longer a valid public data source.

FleaFlicker: No data is scraped. A free membership is required to access projections. This may simply require a revision to incorporate login with credentials.

FantasyFootballNerd: The scraped data is incorrect. For example, Calvin Johnson is projected as the #1 WR. It appears that free projections are available, so this may just require fixing the script.

WalterFootball: The projections for most positions don't include TD projections. I couldn't find projections on the website in HTML, so I couldn't determine if this is an error or if WF doesn't project TDs (which makes the projections much less useful).

Thanks!

spcoventry commented 4 years ago

I know that ESPN is redoing their sight right now, and that probably has broken the old scraper function.

On Fri, Aug 2, 2019 at 8:13 AM gheemony notifications@github.com wrote:

I have found the following issues with projection sources retrieved using scrape_data for season = 2019 and week = 0:

ESPN: No data is scraped. Projections are publicly available. Likely a scraping issue.

FantasyData: No data is scraped. The free projections are for a limited number of players; full projections are available only with a paid subscription. I suspect this is no longer a valid public data source.

FleaFlicker: No data is scraped. A free membership is required to access projections. This may simply require a revision to incorporate login with credentials.

FantasyFootballNerd: The scraped data is incorrect. For example, Calvin Johnson is projected as the #1 https://github.com/FantasyFootballAnalytics/FantasyFootballAnalyticsR/issues/1 WR. It appears that free projections are available, so this may just require fixing the script.

WalterFootball: The projections for most positions don't include TD projections. I couldn't find projections on the website in HTML, so I couldn't determine if this is an error or if WF doesn't project TDs (which makes the projections much less useful).

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FantasyFootballAnalytics/FantasyFootballAnalyticsR/issues/54?email_source=notifications&email_token=ALMD366R2X2GQQMZTSSEJITQCQXINA5CNFSM4II5UIPKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HDB2R3Q, or mute the thread https://github.com/notifications/unsubscribe-auth/ALMD362YTJKNCSSL7N2I7M3QCQXINANCNFSM4II5UIPA .

isaactpetersen commented 4 years ago

We'll use the issue posted in the ffanalytics app repo: https://github.com/FantasyFootballAnalytics/ffanalytics/issues/30