Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gtp2ogs

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gtp2ogs

Wrapper to allow Gnu Go Text Protocol speaking Go engines to connect to Online-Go.com and play games

  • 8.0.0-beta.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
increased by52.94%
Maintainers
2
Weekly downloads
 
Created
Source

gtp2ogs

Gtp2ogs is a tool allows all bots/AI that support GTP (Go Text Protocol) to communicate with OGS (Online-Go.com Server) and play games with players or other bots.

Full tutorial

Quick Installation Guide

You will need to install Node.js in order to use this tool

Once installed, simply run

npm install -g gtp2ogs

You can find operating system specific instructions below:

Running a bot

Before you get started you'll need to setup a bot account on online-go.com. To do that, you'll need to have your human account and create a new separate account for your bot account, then contact a moderator to request that your bot account be flagged as a bot account. Give them both your human account and your bot account. Once that has been done, log in with your human account, search for your bot account to view the bot profile, on that page you'll be able to generate an API key which you'll use to connect the bot.

Once you have your your bot account setup along with it's API key, copy the example_config.json5 to your own config file, edit it to update the apikey, the bot command settings, and any other settings you find appropriate then run

gtp2ogs -c yourconfig.json5

Beta OGS

If you'd like to connect your bot to the beta.online-go.com site simply follow all of the previous steps for setting up a bot account on the beta site and use the --beta command line argument.

Community Involvement

  • Use Issues to report issues.
  • Contributing is most welcome, if you want to add features or submit fixes we'd be glad to review them with you and make gtp2ogs more awesome!
  • You may also be interested in joining the Discord chat: in leela zero's #bots channel

This discord can also be useful if you want to have fast and quick, interactive chat, or ask simple and quick questions, however github issues are preferred for long problems because they leave a track that can be useful later)

Developer Notes

You can find notes for developers here.

Keywords

FAQs

Package last updated on 11 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc