twitch-nightscout is a Twitch chatbot which allows users in your chat to get a snapshot of your continuous glucose monitor data from a Nightscout instance via a command.
Pre-built executables are available in the releases on GitHub. Place the executable file anywhere you want, but keep in mind that a configuration file will be generated in the directory of the program.
Alternatively, if you have Go installed, you can build the program from source:
git clone https://github.com/p5nbTgip0r/twitch-nightscout.git
cd twitch-nightscout
go build
Or, run it directly:
go run main.go
Run the executable and an example configuration file will be created. Plenty of documentation is provided in the example file, but if you just want to get it running, you can follow the steps outlined in the wiki.
Pull requests and issues are welcome.