Commit Graph

591 Commits

Author SHA1 Message Date
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
Roman Davydov
bc93e51498 1.8.7 2023-10-16 01:06:24 +03:00
Roman Davydov
3e81affb82 fix #376 2023-10-16 00:51:48 +03: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
79bb891a32 Merge pull request #338 from SalvadorSTM/master
Add LOSE annotation to analytics page
2023-10-05 20:16:02 +03:00
Roman Davydov
3f7d85a3f7 1.8.6 2023-08-22 00:52:26 +03:00
Roman Davydov
256042a7f3 #343 temporary workaround 2023-08-22 00:51:15 +03:00
SalvadorSTM
23fafb5f43 add LOSE annotation to analytics page 2023-08-16 01:55:04 -04:00
Roman Davydov
62f8e1f836 1.8.5 2023-08-12 03:53:47 +03: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
1434f5ecf8 handle default values 2023-08-08 22:59:49 +03:00
Roman Davydov
8fa2f8caa4 1.8.4 2023-08-08 15:47:18 +03:00
Roman Davydov
4fd9125d75 Merge pull request #313 from mpforce1/patch-1
Fix for PubSub reconnection bug
2023-08-08 15:23:18 +03:00
Roman Davydov
133de5ddf8 Merge pull request #298 from NoxRare/master
Added Pushover as a notification alternative!
2023-08-08 15:15:14 +03:00
Roman Davydov
812472431d fix #326 2023-08-08 15:12:43 +03:00
Roman Davydov
4fca577e8b removing the drop_tags requirement 2023-07-21 14:35:57 +03:00
Roman Davydov
8596d2e30a new hash for DropsHighlightService_AvailableDrops 2023-07-21 13:59:35 +03:00
mpforce1
29d5d8a360 Fix for reconnection bug. Fixed typo in TwitchWebSocket.is_reconnecting. pre-commit changes. 2023-07-19 10:33:21 +01:00
NoxRare
3732553adc Create Pushover.py 2023-06-25 19:45:05 +02:00
NoxRare
64817772fc Update logger.py
Added Pushover to logger.py
2023-06-25 19:42:54 +02:00
Roman Davydov
0d4e0dc0f3 1.8.3 2023-06-12 01:16:59 +03:00
Roman Davydov
a896fd0f60 Merge pull request #290 from RyanPotat/master
fix log tracking for pm2 applications
2023-06-12 01:16:08 +03:00
Roman Davydov
a940143732 disable_at_in_nickname setting 2023-06-12 00:23:08 +03:00
Roman Davydov
acebb3b6a1 proper fix #291 2023-06-11 23:41:43 +03:00
RyanPotat
aef87119ec fix log tracking for pm2 applications 2023-06-09 23:02:51 -08:00
Roman Davydov
08d9258b9f 1.8.2 2023-06-08 23:29:45 +03:00
Roman Davydov
6623e73a53 Merge branch 'master' into master 2023-06-08 23:08:19 +03:00
Roman Davydov
748586c6c5 Merge pull request #260 from nahSystemu/patch-1
fix: rdavydov/Twitch-Channel-Points-Miner-v2#251
2023-06-08 23:01:34 +03:00
Nathan Jager
6a89fc4e0c Fix infinite loading if streamer hasn't been streaming
Current behavior for the Analytics dashboard when a streamer hasn't gone live within the selected timeframe is an infinitely loading graph. To fix this, I propose the following change which will instead try to fetch the last known point balance and display a straight line as the graph.
2023-05-18 14:23:41 +02:00
Morfixx
9601b51396 fix: rdavydov/Twitch-Channel-Points-Miner-v2#251 2023-05-01 19:47:51 +01:00
Roman Davydov
e4d1f03662 1.8.1 2023-04-13 14:51:39 +03:00
Roman Davydov
56207bbc8b fix #243 2023-04-13 14:45:46 +03:00
Roman Davydov
603d244d0e 1.8.0 2023-04-01 18:35:34 +03:00
Roman Davydov
dc791053c2 notify on mention 2023-04-01 18:19:24 +03:00
Spencer
76d118ad5f Classes(Matrix): User logger instead of print. 2023-04-01 02:33:25 +00:00
Spencer
644320eea1 Classes(Matrix): Added events. 2023-04-01 02:14:25 +00:00
Spencer
9045709381 Logger(Matrix): Remove unnecessary checks. 2023-04-01 02:12:02 +00:00
Spencer
cbf005fc9b Logger(Matrix): Fixed typo. 2023-04-01 02:10:36 +00:00
Spencer
520ce72da2 Classes(Matrix): Removed access token check. 2023-04-01 01:56:31 +00:00
Spencer
b82fa1836f Logger(Matrix): Added access token check. 2023-04-01 01:55:10 +00:00
Spencer
13865632c8 Classes(Twitch): Added skip_matrix. 2023-04-01 01:51:38 +00:00
Spencer
5b5f0bc2a4 Added Matrix support to Logger. 2023-04-01 01:50:06 +00:00
Spencer
cb2110e338 Notifications(Matrix): Added dedent. 2023-04-01 01:41:34 +00:00
Spencer
75408924a4 Notifications: Add Matrix support. 2023-04-01 01:39:58 +00:00
Roman Davydov
6f000c1e1d 1.7.9 2023-03-15 22:07:55 +03:00
Roman Davydov
88c37f5ba3 fix #206 2023-03-15 22:07:21 +03:00
Roman Davydov
c61750e28c 1.7.8 time_zone 2023-03-15 03:26:16 +03:00
Roman Davydov
e030a9e936 time_zone 2023-03-15 03:25:24 +03:00
Roman Davydov
2873b96336 fix #189 2023-03-08 18:17:44 +03:00