28 lines
652 B
Markdown
28 lines
652 B
Markdown
## Scout
|
|
|
|
### Project requirements
|
|
|
|
* [x] listen to Chaturbate chat
|
|
* [x] touch a file when stream is live
|
|
* [x] JS (not TS)
|
|
* [x] commonjs
|
|
|
|
### Docs
|
|
|
|
#### Alby Event numbers and their meanings
|
|
|
|
Action 0: heartbeat
|
|
Action 2: connection request
|
|
Action 4: connection acknowledgment
|
|
Action 10: Presence?
|
|
Action 11:
|
|
Action 15: Broadcast
|
|
|
|
### Ideas
|
|
|
|
There is the url `https://chaturbate.com/api/public/affiliates/onlinerooms/?wm=DiPkB&client_ip=request_ip` which shows all live channels. We could query this.
|
|
|
|
|
|
### Troubleshooting
|
|
|
|
#### Lots of `{"action":4}` Getting lots of Action 4 frames? Might be rate limiting or something? Simple fix is to reboot PC. |