Skip to content

Releases: rdavydov/Twitch-Channel-Points-Miner-v2

1.6.0

17 Dec 15:35
Compare
Choose a tag to compare

πŸ–₯ 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

16 Dec 16:57
Compare
Choose a tag to compare

⚠ 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

02 Dec 17:01
Compare
Choose a tag to compare

Full Changelog: 1.5.2...master

Support for 2+ outcomes based on the code by @Chanka0

1.5.2

24 Nov 09:01
Compare
Choose a tag to compare

Full Changelog: 1.5.1...master

1.5.1

21 Nov 14:47
ada6962
Compare
Choose a tag to compare

What's Changed

Happy mining! πŸ™‚

1.5.0

16 Nov 11:31
a643ac6
Compare
Choose a tag to compare

⚠ 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

07 Nov 20:57
Compare
Choose a tag to compare

What's Changed

  • Update install_requires in setup.py and requirements.txt by @rdavydov in #32
  • Fix password none selenium by @antipatico in #23
  • Minor bug fixes and improvements

Login fix with Selenium

31 Oct 16:10
eb779e5
Compare
Choose a tag to compare

Fixes #15 #18

πŸ–₯ 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)

29 Oct 15:58
1e3b9c3
Compare
Choose a tag to compare

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

  • temporary login fix (only by browser cookie) by @rdavydov in #17

Switchable Analytics (Final, I hope πŸ˜‰)

24 Oct 12:13
3d3ea3f
Compare
Choose a tag to compare

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.

What's Changed