/twitch-nightscout

Twitch chatbot providing a Nightscout command for viewers

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

twitch-nightscout

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.

Preview of the `!ns` command provided by this bot

Installation

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

Usage

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.

Contributing

Pull requests and issues are welcome.