Go to file
Tyler 956d93782b Use a channel to notify when the connection is closed 2017-04-16 15:07:27 -04:00
.gitignore initial commit 2017-04-15 01:35:29 -04:00
README.md Add README 2017-04-15 01:36:56 -04:00
eventhandlers.go Move source files to the main folder 2017-04-15 01:45:35 -04:00
events.go Move source files to the main folder 2017-04-15 01:45:35 -04:00
glide.lock Move source files to the main folder 2017-04-15 01:45:35 -04:00
glide.yaml Move source files to the main folder 2017-04-15 01:45:35 -04:00
pubsub.go Use a channel to notify when the connection is closed 2017-04-16 15:07:27 -04:00
structs.go Move source files to the main folder 2017-04-15 01:45:35 -04:00

README.md

Twitch PubSub

An implementation of Twitch's PubSub API.

Currently, it has events for the video-playback topic only, which is not officially supported. It is also untested for reconnections, etc.