dtcarls / fantasy_football_chat_bot

GroupMe Discord and Slack Chatbot for ESPN Fantasy Football
GNU General Public License v3.0
297 stars 234 forks source link

League Activity #71

Closed marcopollo89 closed 3 years ago

marcopollo89 commented 4 years ago

Would love to see an optional addition for league activity. Specifically added/dropped players. Also pulling from the league activity - would like to be able to pull team name changes. Currently manually changing nicknames in Discord to match team names in the league.

dtcarls commented 4 years ago

Looking into implementing add/drops. Maybe on a daily summary basis as real time could get a bit spammy.

GingaVitis commented 4 years ago

This would be awesome, but more-so I'd love to get notified when waivers clear as well. Maybe have an option for all or daily?

dtcarls commented 3 years ago

ESPN currently doesn't allow the API to retrieve the activity without authentication. Blocked until a solution is found

TheSirLancelot commented 3 years ago

Would this work for private leagues? And/or has there been a solution identified?

dtcarls commented 3 years ago

It will work for a private league or a public league with private league variables populated. Currently being worked.

TheSirLancelot commented 3 years ago

I'm interested in helping out with this, but won't be able to work on it until next week. How close are you to getting it implemented? I won't worry about it if you're almost there..

dtcarls commented 3 years ago

I've been swamped at work so haven't worked on it enough. This branch https://github.com/dtcarls/fantasy_football_chat_bot/tree/sdvgallardo is up to date with the latest changes. Hope to have it ready by Wednesday waiver run in develop branch.

dtcarls commented 3 years ago

Feature is in the develop branch for beta release. If no bugs over the next week, I'll merge to master. Currently it will only run on wednesday mornings and only display waiver claims.

TheSirLancelot commented 3 years ago

Hmm, just took a look at the develop branch, but it seems like the waiver report schedule is commented out

dtcarls commented 3 years ago

It is sent out with the standings message. Wednesday at 7:30am local. https://github.com/dtcarls/fantasy_football_chat_bot/blob/develop/ff_bot/ff_bot.py#L554