Releases: rdavydov/Twitch-Channel-Points-Miner-v2
1.6.0
🖥 You will need a display, 🙅♂️NO CAN DO🙅♀️ on a headless machine!
⚠ You also need to install Google Chrome (if not already installed)!
⚠ First of all, install and upgrade requirements: pip install -U -r requirements.txt
ℹ New login is only by getting cookies from your browser, so you would have to login to Twitch in your browser first.
ℹ If you already have the "console" cookies and your miner is claiming bonuses, you can stay on 1.5.4
Fixes #85
Thanks to the following respected people: @6accOnThe6locc, @Rakambda, @DevilXD.
Full Changelog: 1.5.4...master
temporary login fix
⚠ Attention! ⚠
Newcomers can't claim bonuses and drops with the newly obtained cookies.
I am working on a fix in #85
Full Changelog: 1.5.3...master
Support for 2+ outcomes
Full Changelog: 1.5.2...master
1.5.2
Full Changelog: 1.5.1...master
1.5.1
What's Changed
- Handle error 5023 as a temporary ban from Twitch
- show version on start
- Official Replit https://replit.com/@rdavydov/Twitch-Channel-Points-Miner-v2
- Added "Run a new Repl with the master branch" link in the README
linux/arm/v7
docker image fixes #42- Updated Python from 3.8 to 3.11 in Docker container by @antipatico in #24
- Rewrite README.md for Termux by @B4kedBr3ad in #52
- termux section corrections
Happy mining! 🙂
1.5.0
⚠ You need to login with a console to obtain cookies! ⚠
No more need for Selenium & UC. Login works on headless machines again.
Fixes #44
What's Changed
🙏 Thx to our lifesaver @6accOnThe6locc 🤝
Docker Hub
1.5.0 is now on https://hub.docker.com/r/rdavidoff/twitch-channel-points-miner-v2 for linux/amd64
, linux/arm64
and linux/arm/v7
.
Please test and report any issues and suggestions!
1.4.1
Login fix with Selenium
🖥 You will need a display, 🙅♂️NO CAN DO🙅♀️ on a headless machine!
⚠ You also need to install Google Chrome (if not already installed)! ⚠
First of all, install and upgrade requirements: pip install -U -r requirements.txt
- If you don't have cookies, a browser window will open, it will login with your data.
- After that, enter your verification code in the browser and wait for the Twitch website to load, then press Enter in the console.
- The "bad bot" error can be safely ignored. 👌 It's purely informational. Just be aware that Twitch knows what you're doing. 😉
- Everything should be the same afterwards. It collects points and claims bonuses, hooray! 🙂🎉
What's Changed
Thx to @6accOnThe6locc @DevilXD @Rakambda
temporary login fix (only via a browser cookie)
Twitch made severe changes to the login procedure today, so I had to do this temporary fix. Console login no longer works if you don't have a saved cookie (cookies/<USERNAME>.pkl
).
For now, you can only login via the browser cookie for the first time.
Unfortunately, bonus claiming, etc will not work with this new cookie. We need to figure out a way to fix it. If you have any suggestions - welcome to #15.
What's Changed
Switchable Analytics (Final, I hope 😉)
enable_analytics
option in twitch_minerfile
toggles Analytics needed for the analytics()
method
Disabling Analytics significantly reduces memory consumption and saves some disk space by not creating and writing /analytics/*.json
.
Set this option to True
if you need Analytics. Otherwise set this option to False
(default value).
See example.py
. If no such option - defaults to False
.