Skip to content

Find streams with 'Drops Enabled' tag by name of the game

Notifications You must be signed in to change notification settings

Vanawy/twitch-drops-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Drops Monitor

Find streams with 'Drops Enabled' tag by name of the game

Installation

npm i drop-monitor

Usage

Instantiate DropMonitor with Twitch API client ID and secret

const dropMonitor = new DropMonitor(
    YOUR_TWITCH_CLIENT_ID, 
    YOUR_TWITCH_CLIENT_SECRET
);

Use findStreamsWithDropsEnabled(gameName) to get all streams with tag 'Drops Enabled' from top 100 streams

const monitorPromise = dropMonitor.findStreamsWithDropsEnabled(gameName);

About

Find streams with 'Drops Enabled' tag by name of the game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published