fp/packages/scout
CJ_Clippy 5bb2296a00
ci / build (push) Has been cancelled Details
add file_size and recording_state to db
2024-08-02 14:12:56 -08:00
..
src add file_size and recording_state to db 2024-08-02 14:12:56 -08:00
.dockerignore add scout email 2024-05-31 18:43:44 -08:00
.gitignore Temporal integration progress 2024-06-11 20:28:36 -08:00
.mocharc.json use tsx with mocha 2024-07-14 08:22:30 -08:00
.npmrc Temporal integration progress 2024-06-11 20:28:36 -08:00
README.md Temporal integration progress 2024-06-11 20:28:36 -08:00
node.d.ts Temporal integration progress 2024-06-11 20:28:36 -08:00
package.json differentiate services vs packages 2024-07-27 16:42:09 -08:00
pnpm-lock.yaml progress 2024-07-30 12:34:25 -08:00
tsconfig.json differentiate services vs packages 2024-07-27 16:42:09 -08:00
tsup.config.ts capture progress 2024-07-22 18:59:41 -08:00

README.md

scout

Vtuber data acquisition. Anything having to do with external WWW data acquisition goes in this module.

Features

  • Ingests going live notification e-mails
  • Sends startRecording signals to @futureporn/capture
  • Fetches vtuber data from platform
    • image
    • themeColor
    • displayName
  • Platform Support
    • fansly
    • chaturbate

Design requirements

  • get watched channels list from Strapi
  • every 3 mins, watch/unwatch based on channels list
    • watch important sources for go-live notifications
      • CB tab
      • email inbox
  • alerts realtime server when watched room goes live
  • logs chat messages
  • throws errors when unable to connect
  • runs browser headless
  • runs in the cloud
  • runs in k8s cluster

Puppeteer

For when we get to the point where we need it, here are the packages we used with success during past testing.

"puppeteer": "^22.7.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-repl": "^2.3.3",
"puppeteer-extra-plugin-stealth": "^2.11.2"