VTracker Notify
Youtube notify VTuber with using VTracker library client
Requirement
- NodeJS 16+
- Yarn
- Token & StreamID
Installation
- Install dependencies using
yarn
oryarn install
- Then change
.env
file and replaceTOKEN
andSTREAMID
- Run using command
yarn dev
- If you want use in production. You must build
Typescript
intoJavascript
with:
// Build
yarn build
// Run it!
yarn start
node ./dist/app.js