Skip to content

JaniM/ogs-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ogs-fetch

Fetches SGF records for players from OGS.

Requires Python 3.6+ and the requests library.

asciicast

Usage

First, add the user(s) you care about to the index. The first time you build the index will take a long time.

python ogs-fetch.py --add <user id 1> <user id 2> <...>

Then just fetch the newest games:

# Fetch *all* games from followed users:
python ogs-fetch.py -f

# Fwtch last ten games from followed users:
python ogs-fetch.py -f -l 10

About

Fetches SGF records for players from OGS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages