zacharycoulter / NB-BlackoutWins

Simple Nightbot Extension for counting Blackout Wins, originally developed for KYR_SP33DY

Home Page:https://www.twitch.tv/kyr_sp33dy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NB-BlackoutWins

Simple counter extension for Call of Duty Blackout wins for Nightbot for Twitch, origionally developed for KYR_SP33DY. Test it out at KYR_SP33DY's channel using the !bowins command.

Setup

  1. Open the Nightbot Custom Command Dashboard.
  2. Create a new command
  3. Use the UrlFetch command variable to call one of the endpoints below.
  4. Repeat for all endpoints you want
  5. Example configuration: alt text
  6. Profit!

Endpoints

These endpoints must be called by Nightbot itself. * = moderator/owner access only recommended.

  1. Return total win count: https://bo-wins.apez.org/get
  2. *Add one win to the total win count: https://bo-wins.apez.org/add
  3. *Remove one win from the total win count: https://bo-wins.apez.org/remove
  4. *Set the total win count back to zero: https://bo-wins.apez.org/clear

Known Streamers

  • KYR_SP33DY

Want to be added to the list? Tweet me @zachary_coulter.

About

Simple Nightbot Extension for counting Blackout Wins, originally developed for KYR_SP33DY

https://www.twitch.tv/kyr_sp33dy

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%