mdawid / gtp2ogs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v2.0


Languages

Language:Python 100.0%