Custom APIs for Twitch Commands
League of Legends Ranks
URL: /lol/rank?summoner=summonerName
Examples: ph3nom1c Lionking1982
source: https://developer.riotgames.com
APEX Legends Stats
URL: /apex/stats?platform=5&name=name
Examples: Lavova Lavova Detail
source: https://apex.tracker.gg/site-api
Heroes of the Storm Grand Master Leaderboard
URL: /hots/gm?region=europe&season=19&name=yourname
parameters region and season are optional
Examples: LaVoVa current season LaVoVa Season 19
source: heroesofthestorm.com
Twitch Quotes
URL: /twitch/quotes?channel=yourchannel&action=add&text=yourtext
Nightbot Command:
!addcom !addzitat $(urlfetch https://twitch-commands-231611.appspot.com/twitch/quotes?channel=$(channel)&action=add&text=$(querystring))
!addcom !delzitat $(urlfetch https://twitch-commands-231611.appspot.com/twitch/quotes?channel=$(channel)&action=del&text=$(querystring))
!addcom !zitat $(urlfetch https://twitch-commands-231611.appspot.com/twitch/quotes?channel=$(channel)&action=get)
Examples: add 'a funny quote 1' add 'a funny quote 2'
delete 'a funny quote 1'
get a random quote
Twitch Followage
How long is dummb0t following Dummbatz_
Nightbot Command:
!addcom !followage $(urlfetch https://twitch-commands-231611.appspot.com/twitch/followage?channel=$(channel)&user=$(user))