/gtp2ogs

GTP Wrapper to allow bots to interface with the Online-Go.com Server

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

gtp2ogs

This script allows Go bots that support GTP (Go Text Protocol) to communicate with OGS (Online-Go.com Server)

Basic usage

gtp2ogs --botid <id> --apikey <apikey> <command> <arguments>

Dependencies

socketIO-client

pip install -U socketIO-client 

or

easy_install -U socketIO-client