Skip to content

Instantly share code, notes, and snippets.

@crodgers
Created April 27, 2016 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crodgers/25f32b6111d638c6063343f3b99191bc to your computer and use it in GitHub Desktop.
Save crodgers/25f32b6111d638c6063343f3b99191bc to your computer and use it in GitHub Desktop.
Getting active games through the OGS real time API
socket = require('socket.oi-client')("https://ggs.online-go.com");
socket.connect("gamelist/subscribe", {"gamelist": "gamelist/global"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment