fp/services/scout/README.md
CJ_Clippy b7a64d1fd3
Some checks failed
ci / build (push) Failing after 1m22s
ci / Tests & Checks (push) Failing after 1s
progress
2025-08-10 18:17:27 -08:00

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.