Hi everyone o/
I wrote a program called OGSGFGet that grabs any number of your latest games from OGS in SGF form. I posted this in another thread I made but I figured it would be easier to find/explain in its own thread.
You can get it for Windows here:
https://github.com/EReeves/OGSGFGet/raw/master/OGSGFGet/Binary/OGSGFGet.zip
For Linux and Mac here:
https://github.com/EReeves/OGSGFGet/raw/master/OGSGFGet.mono/Binary/OGSGFGet.tar
Note: For those of you on Linux/Mac systems that already have the python runtime installed or would prefer installing it over the mono runtime(the mono runtime is 5mb smaller \o/); scroll down a few posts to find thouis’s python downloader.
Requirements
Windows: .NET 4.5, Most of you will already have this installed, if it gives you an error you will need to install this. http://www.microsoft.com/en-au/download/details.aspx?id=30653
Mac & Linux: You will need to install the mono runtime, most if not all package managers have it (I think as “mono-runtime”) http://www.mono-project.com/
Debian based distro users(like Ubuntu) please read the troubleshooting below.
Instructions
Windows: Extract the contents of the zip folder and run the executable. Follow the prompts, it will download all of the SGF files in to the same folder as the executable.
Mac & Linux: I’m not really sure about mac but you will need to open the executable with mono depending on how your mono is set up, the sgf’s download in to the same folder just like in windows.
You can extract the files with tar(or possibly through something in your GUI), the command is “tar -xvf OGSGFGet.tar” and run them with mono either through your GUI or with “mono OGSGFGet.mono.exe”
Troubleshooting
Debian based distro users, take note. (and possibly other Linux distro users)
Sorry but the mono install is a little janky on your systems so there might be a little extra effort required.
If it’s not working, try installing “libmono-system-core4.0-cil” from your package manager “sudo apt-get libmono-system-core4.0-cil”
(This is very unlikely) If it still doesn’t run you might need to install “mono-devel” and run “mozroots --import --sync” no quotes.
Any further issues please post and let me know.