Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Request: onLive Event #35

Open
chrisderwahre opened this issue Feb 1, 2018 · 1 comment
Open

Request: onLive Event #35

chrisderwahre opened this issue Feb 1, 2018 · 1 comment

Comments

@chrisderwahre
Copy link

Hey there, i saw a Bot which sends a Message when the Channel goes live.
Is this possible to add to this project? Would be cool tho.

@geisterfurz007
Copy link
Collaborator

You can monitor the channel.isLive method in a seperate thread if you need a solution for that quickly. Else you will have to wait till March as this has the exact issue like #26 . Yes there is a webhook for it but there is no way for local applications to utilize that so the only option would be polling. You can do that currently already by repeatedly calling channel.isLive or as mentioned wait a little until I wrote a cleaner interface for that (what runs in the background would still be the same but it could then be used the same way (Overriding a onLive method).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants