Skip to content

Some streamers have web applications on their stream that lets its viewers interact with their stream. Streamers use OBS browser overlay and streamlab’s API. Dumpling jar is an application that spawns a dumpling for every new follower on twitch.

Notifications You must be signed in to change notification settings

acosa188/Dumpling-Jar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dumpling Jar

Dumpling jar is a node js application that spawns dumpling in a jar in real-time when there is a new twitch follower. It utilizes Streamlab's WebSocket to get real-time twitch events.

Requirements

How to install

  • The user needs to create a .env file with a variable name SOCKET_API. e.g.
SOCKET_API=dsnajsdahskjdahsuak....
  • After adding the environment file. Copy and paste the following command in the command line.
npm install
npm start

How to get SOCKET_API key

  • Create a streamlabs account or login.
  • Follow this guide to obtain an access key.

About

Some streamers have web applications on their stream that lets its viewers interact with their stream. Streamers use OBS browser overlay and streamlab’s API. Dumpling jar is an application that spawns a dumpling for every new follower on twitch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published