Commit Graph

221 Commits

Author SHA1 Message Date
DevilXD
92d722fd0c Change typing to 3.10 syntax 2022-02-27 12:07:40 +01:00
DevilXD
7553997210 Cut closing time in half 2022-02-26 19:56:58 +01:00
DevilXD
03536d8344 Switch to IDLE after cleanup, not game select 2022-02-26 19:41:30 +01:00
DevilXD
ed81d6abc8 Version bump 2022-02-25 21:25:38 +01:00
DevilXD
dc6b7f1f2c Update manual 2022-02-16 13:25:08 +01:00
DevilXD
83b8de11a1 Implement exclude argument 2022-02-16 13:15:53 +01:00
DevilXD
fdc9dabd49 Handle comercial stream state 2022-02-16 12:48:20 +01:00
DevilXD
c112003a38 _V -> _T 2022-02-15 20:55:57 +01:00
DevilXD
763bc0a536 An error is now shown for incorrect arguments passed 2022-02-15 20:31:12 +01:00
DevilXD
c8c6b7139d Add a helpful message 2022-02-14 23:00:03 +01:00
DevilXD
babca4374d Move the topics changed flag clear to the top;
to avoid a possible race condition with multiple adds and removals at the same time
2022-02-14 22:47:22 +01:00
DevilXD
3653ecf152 Unify start method 2022-02-14 22:14:43 +01:00
DevilXD
3a5d105235 Use paramspec 2022-02-14 22:02:42 +01:00
DevilXD
60a9e273c8 Remove unused code 2022-02-14 20:39:06 +01:00
DevilXD
82b6d59194 Fix incorrect stream state subscribtion topic 2022-02-14 18:25:12 +01:00
DevilXD
e8cb7ca099 Bugfix and WS improvements 2022-02-14 16:21:01 +01:00
DevilXD
5a0d06411d fix positional only syntax 2022-02-14 15:42:44 +01:00
DevilXD
0e7eb02ddf Update README; add a How It Works section 2022-02-14 12:12:01 +01:00
DevilXD
3fba155c68 Add manual 2022-02-13 22:54:59 +01:00
DevilXD
fce1bfa380 Remove erroneous print 2022-02-13 22:52:54 +01:00
DevilXD
f6453dafaf Remove idle arg, make it default 2022-02-13 21:48:38 +01:00
DevilXD
423e51bc27 Handle maximum channels limit;
Proper handle of a case where the app ends up with more channels from ACLs than is supported
2022-02-13 20:13:11 +01:00
DevilXD
ce9af7b4ba Merge branch 'master' of https://github.com/DevilXD/TwitchDropsMiner 2022-02-12 09:06:33 +01:00
DevilXD
c1f1acc6aa Merge pull request #8 from GenericPseudonym/master
Fix unhandled exception for games with >400 channels
2022-02-12 09:04:11 +01:00
GenericPseudonym
445aa1af32 Handle having too many topics gracefully
Rather than hanging and becoming unresponsive due to an unhandled exception
2022-02-11 13:42:09 -08:00
GenericPseudonym
3ccbff6065 Add websockets to requirements list
Since it won't run without it
2022-02-11 13:38:23 -08:00
DevilXD
fa0293faf3 Explicitly set stream to none here 2022-02-11 20:53:19 +01:00
DevilXD
f41146ebdd tags are jsontype 2022-02-11 20:47:12 +01:00
DevilXD
904ccecc2a Redo stream init 2022-02-11 18:27:08 +01:00
DevilXD
4d2a884fbe Redo channel init 2022-02-11 18:09:54 +01:00
DevilXD
268cf439e7 Logging and debug improvements 2022-02-11 17:33:54 +01:00
DevilXD
b05d9bca2d Ensure connection error cause is included 2022-02-11 16:50:32 +01:00
DevilXD
3a7b468ac8 Small packaging improvements 2022-02-10 21:53:01 +01:00
DevilXD
ab5fd592c8 get rid of is_watching 2022-02-10 21:45:10 +01:00
DevilXD
d3fd4e93a3 use more walrus operator 2022-02-10 21:34:48 +01:00
DevilXD
473af57aeb make channel list's display add channels only on explicit add 2022-02-10 21:34:36 +01:00
DevilXD
3ccbd4c3db Readd campaign's get_drop 2022-02-10 20:10:17 +01:00
DevilXD
d90d20a42c Streamline connection retry code 2022-02-09 11:59:08 +01:00
DevilXD
038fac48f9 Fix a bug with an uninitialized attribute 2022-02-07 21:02:28 +01:00
DevilXD
b28940fce1 Get rid of password validation on login 2022-02-07 18:44:42 +01:00
DevilXD
5e129d41d8 Attribute lookup performance improvements 2022-02-06 21:23:17 +01:00
DevilXD
32f475d7ed Fix the possibility of stream_data being None 2022-02-06 21:05:37 +01:00
DevilXD
b0007eaab2 Remove inventory lock to fix a bug;
with campaign not refreshing once all drops are mined
2022-02-04 16:52:14 +01:00
DevilXD
e921295613 Use more accurate types and checks for drop context 2022-02-01 21:01:58 +01:00
DevilXD
beca65e271 Fix None drop context crash 2022-02-01 20:59:50 +01:00
DevilXD
1a1117b90c Fix an issue with watching channel being lost on cleanup 2022-02-01 12:51:28 +01:00
DevilXD
a43b6e6df7 Add note about argparse help 2022-02-01 11:37:52 +01:00
DevilXD
6839247322 Go back to refreshing inventory every hour;
implement inventory lock
2022-01-31 15:09:14 +01:00
DevilXD
4b97b26630 Make IDLE able to switch to mining if a channel comes online 2022-01-31 11:36:58 +01:00
DevilXD
2c6ee2939e Implement idle argument 2022-01-31 11:23:11 +01:00