Adam O'neill
Adam O'neill
> And one more error with prediction > > ```python > Traceback (most recent call last): > File "/home/kkunfin/.local/lib/python3.8/site-packages/TwitchChannelPointsMiner/classes/WebSocketsPool.py", line 322, in on_message > points = event_prediction.parse_result( > File "/home/kkunfin/.local/lib/python3.8/site-packages/TwitchChannelPointsMiner/classes/entities/EventPrediction.py",...
> Suggestion for improvement/Feature. Add support for multiple accounts instead having to have 50 different folders we can just have one with accounts in it. Also sometimes when logging on...
> Owner hasn't abandoned, they just don't have time. > > [#594 (comment)](https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2/pull/594#issuecomment-1247863704) I'll make it a fork then, couldn't see his last change on this repo when I was...
> #428 I'll look into this some more and add it to the list :)
> > > Suggestion for improvement/Feature. Add support for multiple accounts instead having to have 50 different folders we can just have one with accounts in it. Also sometimes when...
> Hi Adam and thanks for maintaining this app! Could you, or someone else with Unraid knowledge, post this to Dockerhub and give a brief rundown on how to generate...
> I have everything setup, but when i launch the miner (run.py in my case) it says Twitch login is required. I have put my username and pwd, but it...
> it would be nice to reduce the consumption of RAM, or make a lite version I'm getting ~80mb usage with statistics on for about 10 channels, what usage are...
> Hello, can I make the same video as for discord on setting up telegram? ? If you want it to post to telegram too, go to the example.py in...
You could use PM2 to watch for file changes and then soft/hard restart the bot. https://pm2.io/ It'll be in their docs somewhere, I use PM2 for my PY and JS...