Skip to content

eaceaser/bubu-twitchalerts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bubu-twitchalerts

This is a meta-bundle for NodeCG. It doesn't provide any display functionality on its own, it simply provides a handle to an authenticated TwitchAlerts API context for other bundles to use.

Installation

  1. Install to nodecg/bundles/bubu-twitchalerts. Either clone this repository, or extract the zip archive from the GitHub project page.
  2. Create a config file in nodecg/cfg/bubu-twitchalerts.json. See the Configuration section for more details.

Configuration

  • clientID: The Client ID for an application registered with the TwitchAlerts API.
  • clientSecret: The client secret for an application registered with the TwitchAlerts API.

Example

{
  "clientID": "abcdefg",
  "clientSecret": "123456"
}

Known Issues

  • Currently supports only a single logged in user per NodeCG instance.
  • Error handling is brittle.

Please file all bug reports as GitHub issues.

License

This project is licensed under the MIT License

About

NodeCG bundle to connect to the TwitchAlerts API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages