File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # TwitchChannelPoints
2
+
3
+ Inspired by https://github.com/gottagofaster236/Twitch-Channel-Points-Miner
4
+
5
+ Program is a lot bigger than necessary because I used .NET Core and bundled the runtime instead of .NET Framework, too lazy to change.
6
+ This was made for myself, and it needs a Twitch OAuth cookie from "auth-token".
7
+ The program can watch a max of 2 streamers at a time since this is a Twitch limitation. It prioritizes by who is at the top of the list.
8
+
9
+ Gets points from
10
+ - Watching 5 minutes
11
+ - Claim special bonuses
12
+ - Grow a watch streak (Prioritizes a new stream over priority list, to grow watch streaks for streamers not at the top of the list)
13
+
14
+ Doesn't support raids, and I don't plan on adding support for it.
15
+
16
+ ![ ] ( https://i.imgur.com/LU2vhC6.png )
You can’t perform that action at this time.
0 commit comments