rdavydov / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.12k stars 334 forks source link

Create an UI #292

Closed Huguitis closed 1 year ago

Huguitis commented 1 year ago

Is your feature request related to a problem?

No, it's not a problem. But it would be easier to configure everything.

Proposed solution

Add a UI to the webserver where streamers can be added, configured and removed. Also in that UI that you continue to have the analytics for each streamer. In this UI it would be nice to have a configuration for each streamer, such as follow raid, max points, etc... This UI can be optional.

Alternatives you've considered

No response

Additional context

No response

rdavydov commented 1 year ago

That would require rewriting the whole app I think. This app was designed to be run from a runner Python file, it is not possible to reconfigure it "on the fly".

Huguitis commented 1 year ago

I see, well it would be great. I hope one day it will be added.