Closed EffDub closed 4 years ago
Hey @EffDub
Check out my fork to support other fantasy sports. I currently use it for my NBA fantasy league but imagine it would work for MLB as well. Just enter mlb as the game key during the setup.
I guess what I can't seem to identify is where to have the bot updates scores. (I'll be using this to go to a slack channel).
- Can this be daily? Or multiple times per day? If so, where to modify?
I'm an Android developer so maybe I'm wrong but I believe this is handled in the Arbiter
class in the following method:
I imagine adding new Jobs
with whatever schedule you would want here would do the trick but I haven't been able to test it with all the leagues being suspended.
Hope this helps!
https://github.com/landonp1203/yahoo-fantasy-bot/pull/50 allows this :) Closing.
Hello,
I'm looking at integrating this into a slack channel in my org for MLB fantasy. I'm a bit of noob when it comes to coding.
I've been reviewing this code, and it looks like it should work well for Yahoo MLB.
It appears from the code I can easily do the following:
I guess what I can't seem to identify is where to have the bot updates scores. (I'll be using this to go to a slack channel).
Thanks for the assist!