fp/packages/scout
CJ_Clippy b20d933356
ci / build (push) Failing after 2m6s Details
fix scout dockerfile
2024-07-16 02:46:44 -08:00
..
src add args to WorkflowA call 2024-07-16 00:43:44 -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 fix scout dockerfile 2024-07-16 02:46:44 -08:00
pnpm-lock.yaml fix scout dockerfile 2024-07-16 02:46:44 -08:00
tsconfig.json progress 2024-07-10 14:11:18 -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"