-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Milestone
Description
Checklist
- I have searched the existing issues to make sure this feature hasn't already been requested.
Describe the Feature
Continuation of #73, lower priority. Nightbot and StreamElements are the only two bots that I know that have a public API to retrieve channel commands, so that's why I'm focusing on them.
- Nightbot integration
- Fetch user id through
https://api.nightbot.tv/1/channels/t/{username}and then make a request tohttps://api.nightbot.tv/1/commandswith thenightbot-channelheader set to the id
- Fetch user id through
- StreamElements integration
- Fetch user id through
https://api.streamelements.com/kappa/v2/channels/{username}and then make a request to:https://api.streamelements.com/kappa/v2/bot/commands/{id}https://api.streamelements.com/kappa/v2/bot/commands/{id}/default
- Fetch user id through