You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a feature to join and leave channels at runtime without restarting (e. g. fetch followed channels once per day and update streamers). Also it can be needed for #540 ( #621 ) - get live streamers from category and join to them.
Proposed solution
Refactor mine and end methods inside TwitchChannelPointsMiner class. Make methods add_streamer, remove_streamer.
Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I need a feature to join and leave channels at runtime without restarting (e. g. fetch followed channels once per day and update
streamers
). Also it can be needed for #540 ( #621 ) - get live streamers from category and join to them.Proposed solution
Refactor
mine
andend
methods insideTwitchChannelPointsMiner
class. Make methodsadd_streamer
,remove_streamer
.Alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: