Hey folks,
we've developed some useful APIs for Nightbot which allow you to display your CS:GO stats directly in your chat!
Sample and always up to date docs: https://csgo-stats.net/tools/nightbot
Stats for a specific user
!stats
$(urlfetch https://csgo-stats.net/api/nightbot/stats/$(channel)/YOURCUSTOMURL)
Your watchers stats
!mystats [CUSTOMURL]
$(urlfetch https://csgo-stats.net/api/nightbot/stats/$(channel)/$(1))
Show your current inventory
!inventory
$(urlfetch https://csgo-stats.net/api/nightbot/inventory/$(channel)/YOURCUSTOMURL)
Your always up-to-date rank
!rank
$(urlfetch https://csgo-stats.net/api/nightbot/rank/$(channel)/YOURCUSTOMURL)
VAC status
!vac [steamname]
$(urlfetch https://vac-check.com/api/$(channel)/$(1))
Your own links and more information is available at https://csgo-stats.net/tools/nightbot
What do you think? Suggestions are highly appreciated!
