Commit Graph

172 Commits

Author SHA1 Message Date
Klaro
313cf3c94a Update version to 2.0.4 and improve error logging for Playback Access Token response 2025-07-04 14:00:02 +02:00
anton.veselov
1173fc3abf hotfix error fetching PlaybackAccessToken 2025-07-04 13:56:12 +02:00
Klaro
d0cac2df73 Refactor logging messages and enhance configuration options 2025-02-12 17:06:02 +01:00
Klaro
51c0603732 Update project structure and improve logging features
- Added main.py as the entry point for the application.
- Updated .gitignore to exclude config.json and VSCode settings.
- Changed launch configuration to use main.py.
- Modified error messages to reference config.json instead of run.py.
- Enhanced logging with color-coded output for better visibility.
- Updated version number to 2 in __init__.py.
2025-02-06 17:10:18 +01:00
Roman Davydov
9ccf689a11 fix #593 2024-10-06 21:44:15 +03:00
Roman Davydov
910bea9616 leftovers fixes after PR merges 2024-10-06 13:47:30 +03:00
Roman Davydov
c61f8b6386 Merge branch 'master' of https://github.com/rdavydov/Twitch-Channel-Points-Miner-v2 2024-10-06 13:41:13 +03:00
Roman Davydov
1fb81deb7f Merge pull request #575 from mpforce1/community-goals
Community Goals
2024-10-06 13:13:50 +03:00
Roman Davydov
a09e0cbeaa fix Error: KeyError: 'data' rdavydov/Twitch-Channel-Points-Miner-v2#593 2024-10-06 13:00:48 +03:00
leko
5f6920f8df feat: Gotify module 2024-08-14 01:40:59 +08:00
Matthew Padbury
d78e587baa Added functionality to automatically contribute to community goals. 2024-07-30 09:18:40 +01:00
Roman Davydov
b4d3a93fc7 Merge pull request #525 from hingston/fix-client-version-regex
Fix regex to extract the client version
2024-06-15 07:53:22 +03:00
Roman Davydov
94e81c99b4 fix #522 2024-06-15 03:03:36 +03:00
William Hingston
bd1daa805e Fix regex 2024-05-14 04:27:40 +01:00
Roman Davydov
ff551a6c37 Merge pull request #475 from HeelMePlz/fix/typo-in-points-descending
Fix typo in variable name from 'POINTS_DESCEDING' to 'POINTS_DESCENDING'
2024-04-11 19:29:48 +03:00
Thomas
b5a064b1ab Fix regex for settings when getting spade url 2024-04-11 15:57:03 +02:00
HeelMePlz
6154bf9123 Fix typo in variable name from 'POINTS_DESCEDING' to 'POINTS_DESCENDING' 2024-03-21 09:07:46 +00:00
Roman Davydov
ae3a7f4cc0 Merge pull request #424 from wendyliga/master
Add ability to use Generic Webhook for logging Events
2024-01-13 00:32:17 +03:00
Roman Davydov
cf7b4b09e3 fix #425 2024-01-13 00:23:07 +03:00
Wendy Liga
44e7e95a16 add webhook 2023-12-26 13:08:01 +07:00
OrbitalCannon
b961506b18 Update Twitch.py streak time to 1
Catching streaks was causing #284 to stall out and constantly try to catch streaks. In my testing streaks take less than 1 minute to catch. Reducing from 7 mins to 1 allows the miner to be more efficient about switching back to what it was doing prior to catching the streak.
2023-10-16 15:15:10 -07:00
SherlockHolmas
0900850fc0 for some reason,
the official has changed some streamer live request.
today, I found that minite-event parameters required was more.
so I add it.
In the live streaming rooms of games DeadByNight and OW2, for example, three additional parameters are required.
(live, channel, game_id)
2023-10-14 16:46:06 +08:00
Roman Davydov
3fe8f4b406 30 minutes instead of 60 minutes 2023-08-12 01:46:59 +03:00
Roman Davydov
73ed8b8708 TEMPORARY AUTO DROP CLAIMING FIX 2023-08-11 23:27:59 +03:00
Roman Davydov
812472431d fix #326 2023-08-08 15:12:43 +03:00
Roman Davydov
6623e73a53 Merge branch 'master' into master 2023-06-08 23:08:19 +03:00
Morfixx
9601b51396 fix: rdavydov/Twitch-Channel-Points-Miner-v2#251 2023-05-01 19:47:51 +01:00
Roman Davydov
dc791053c2 notify on mention 2023-04-01 18:19:24 +03:00
Spencer
13865632c8 Classes(Twitch): Added skip_matrix. 2023-04-01 01:51:38 +00:00
Roman Davydov
8058989e52 proper emoji for moment 2023-03-07 19:48:21 +03:00
Roman Davydov
28383ab71c claim_moment 2023-03-07 16:34:37 +03:00
rdavydov
f01757a709 initial commit 2022-12-21 21:59:54 +03:00
rdavydov
6369fbe002 fix #85 2022-12-17 18:28:34 +03:00
rdavydov
af2057e61f Limited support for predictions with > 2 outcomes 2022-12-02 19:56:40 +03:00
rdavydov
bf4b8b8b57 new UA, login fix (only console) 2022-11-16 14:17:30 +03:00
rdavydov
edce76e76b fix undefined name 'JsonType' 2022-11-16 06:03:28 +03:00
rdavydov
61fbc80542 badbot error to info 2022-11-04 21:21:00 +03:00
antipatico
2aaa65256d python-ify IF statement 2022-11-01 22:26:14 +01:00
rdavydov
894993bae1 isBadBot checking + client_id comments 2022-10-30 13:48:51 +03:00
Kittipos Wajakajornrit
896515fefe Fix bug when client version update by update client version on every requests 2022-09-22 09:34:10 +07:00
Kittipos Wajakajornrit
e441551f62 Formatting code 2022-09-19 09:33:13 +07:00
Kittipos Wajakajornrit
3fcd17ccd3 Switch from random.choices to secrets.token_hex 2022-09-17 19:08:01 +07:00
Kittipos Wajakajornrit
d25228249c Switch from random.choices to secrets.choice 2022-09-17 19:07:41 +07:00
Kittipos Wajakajornrit
186ea09e04 Regenerate Integrity Token 5 min before expire 2022-09-17 12:39:12 +07:00
Kittipos Wajakajornrit
8594d54f08 Add generated client session id 2022-09-17 12:36:15 +07:00
Kittipos Wajakajornrit
dae9c70986 dynamically update client version 2022-09-17 12:09:25 +07:00
Kittipos Wajakajornrit
f1106c7d09 Formatting code 2022-09-15 16:58:54 +07:00
Kittipos Wajakajornrit
f8d4dce81f Add integrity request 2022-09-15 16:01:07 +07:00
Prograstinator
8e264a4658 Add Discord like Telegram Integrations 2022-02-27 00:39:15 +01:00
Alessandro Maggio
9fa5458b68 Fix followers download. Remove condition for and last_cursor != "" - Close #368 2021-12-23 00:38:59 +01:00