Fetches SGF records for players from OGS.
Requires Python 3.6+ and the requests library.
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