Skip to content
/ ogs_api Public

python library to access the APIs of online-go.com

License

Notifications You must be signed in to change notification settings

flovo/ogs_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ogs_api

I created this library to communicate with the APIs of online-go.com.

This library is far from complete and not aimed to be used by others. It might be usefull for others as well, but it's mainly aimed to serve me, so the interface can change anytime.

Many functions will use/create a .cache folder.

setup

You can provide credentials for OGS in .settings/oauth_credentials.json

{
        "username": "...",
	"password": "...",
        "client_id": "...",
        "client_secret": "..."
}

client_id and client_secret are provided at https://online-go.com/oauth2/applications/ Each entry should be optional, the password is only needed once, to get the first oauth token. The API will ask for it when needed, so no need to store your password here.

About

python library to access the APIs of online-go.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages