Main idea: https://github.com/gottagofaster236/Twitch-Channel-Points-Miner Bet system (Selenium): https://github.com/ClementRoyer/TwitchAutoCollect-AutoBet Based on: https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2 A simple script that will watch a stream for you and earn the c...
Main idea: https://github.com/gottagofaster236/Twitch-Channel-Points-Miner Bet system (Selenium): https://github.com/ClementRoyer/TwitchAutoCollect-AutoBet Based on: https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2 A simple script that will watch a stream for you and earn the c...
I edited theTwitch-Channel-Points-Miner-v2-1.1\TwitchChannelPointsMiner\classes\TwitchLogin.py 127. else: 128. #logger.error(f"Unknown error: {login_response}") 129. #raise NotImplementedError( 130. # f"Unknown TwitchAPI error code: {err_code}" 131. #) 132. use_backup_flow = True 133...
(*self._args, **self._kwargs) File "/home/miner/TwitchChannelPointsMiner/classes/Twitch.py", line 799, in sync_campaigns self.__get_drops_dashboard(status="ACTIVE") File "/home/miner/TwitchChannelPointsMiner/classes/Twitch.py", line 700, in __get_drops_dashboard filter(lambda x: x[...
Describe the bug A clear and concise description of what the bug is. The feature " it will automatically click the bonus button (+50 points)" seems to not working for some time now. To Reproduce Steps to reproduce the behavior: Just wait...
Describe the bug I installed your app on my unraid server using docker. Edited the conf file to enable the WebUI: twitch_miner.analytics(host="0.0.0.0", port=5000, refresh=5, days_ago=7) # Start the Analytics web-server Then I set up Ngi...
git clone https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2 (2 way): Download sources from GitHub and put it into your Termux storage Now you can enter the directory with our miner, do this by typing this command: cd Twitch-Channel-Points-Miner-v2 Configure your miner on your ...
miner = TwitchChannelPointsMiner( username="username", telegram_settings=TelegramSettings(token="123456:abc123def456") ) Then you could disable what you don't need/want with something like this? No idea how easy that'd be to implement. TelegramSettings( token="123456:abc123def456", streamer...
Due to how Twitch handles the drop progression on their side, watching a stream in the browser (or by any other means) on the same account that is actively being used by the miner, will usually cause the miner to misbehave, reporting false progress and getting stuck mining the current drop...
To Reproduce Steps to reproduce the behavior. For me this is reproducible and happens every time I quit the program. Install with latest version 1.1.git clone https://github.com/Tkd-Alex/Twitch-Channel-Points-Miner-v2.git 1.2.git checkout 28f61dfec87a5bc7fd49aac3556d51eda681b01d ...