Skip to content

Instantly share code, notes, and snippets.

@Chewt
Chewt / get-ogs-games.sh
Created March 12, 2024 23:21
Download all sgf files for a user from online-go.com
#!/usr/bin/bash
#
# This program will download all games on online-go.com for a specified user
BASE='https://online-go.com/'
API='api/v1'
# Get username and ID
echo 'What is your OGS Username? '
read USERNAME