-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Live points notifications #79
Comments
Sounds interesting! Do you mean like a stream that would output live points to a terminal or something that would actually send desktop notifications? |
It does sound interesting! Another option could be a function that takes an FPL entry, and returns the live points for that manager's team. |
I was thinking about actually sending desktop notifications, like when someone scores, it notifies you with the player whose points changed and your current live score. |
Yes, I think this can also be done with a few additions. |
@gringorichards I think that could be done with @johnmadden86's code that he is currently working on #78. |
@krishh-konar How do you see someone using it? For example, would they have to run a script that calls a function (that is implemented in the package) that streams updates and sends notifications to them, or would it be built into the CLI or something else etc? |
I think running a script in the background which calls a something like a |
I'm not exactly sure how I'd implement it, but I guess it would be something that calls the |
But wouldn't a notification system either require something running on the host all the time? |
I was thinking maybe just providing a function that would take userid and poll for points continuously and people who want to use it can simple import the module and call the function, and it works until the script is running? |
You'd just leave your terminal open, which you'd have to do with a script as well anyway. |
Sounds like it should be separate project, some sort of client side app |
Well, you can run it as a background job or a daemon.... but I see you point. |
Yes, maybe thats a good idea. I think I'll just start working on it on a different project and maybe just add the generic functions like getting player livescore etc. here |
This is a feature request. I was looking for a live points notification system which would provide realtime updates about the matchday points. What do you think about the idea? If its okay I would like to work on this.
The text was updated successfully, but these errors were encountered: