uberfastman / fantasy-football-metrics-weekly-report

Command line application to create weekly reports (containing stats, metrics, and rankings) for Fantasy Football leagues on the following platforms: Yahoo, Fleaflicker, Sleeper, ESPN.
GNU General Public License v3.0
194 stars 46 forks source link

Current status in 2022 #174

Closed bdf0506 closed 2 years ago

bdf0506 commented 2 years ago

It looks like @uberfastman may not be updating this project any longer, but not entirely sure.

Now that week 1 of the 2022 season is complete, found that two features no longer work:

To disable both of these, set them to False in the config.ini file, and then you should be able to generate the report.

league_covid_risk_rankings = False
league_beef_rankings = False

Note, my testing was done with an ESPN private league with no additional integrations. YMMV depending on your fantasy provider and other integrations for this app you may have enabled.

brandoncruz3 commented 2 years ago

Confirmed. Disabled both covid risk rankings and beef rankings to generate Week 1.

garrlker commented 2 years ago

Confirmed working for a Sleeper league as well

veverkap commented 2 years ago

Closing https://github.com/uberfastman/fantasy-football-metrics-weekly-report/issues/173 in lieu of this.

uberfastman commented 2 years ago

Hey folks, so it's been a bit since I had the chance to update things, but rest assured that updates are coming very soon! It's been a crazy summer and I didn't have time to the pre-season development I usually do. Anyway I'm sad to see the COVID risk ranking go as I thought it was funny, but it obviously doesn't make sense if the data is all stale.

As for the Fox Sports API, I'll take a look and see if I can get that working as I refuse to give up on the Beef Ranking.

uberfastman commented 2 years ago

Alright, v13.0.0 for 2022 has been released! COVID rankings are disabled by default (RIP), and the Beef Ranking is fixed to use a new API since Fox Sports no longer makes theirs available the way I was sneakily accessing it before. Some other formatting updates, version updates, and bug fixes as well.