22 lines
448 B
Markdown
22 lines
448 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 4:
|
|
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. |