Download user history

Hi, I know nothing about api or python, but I would like to download my games history form OGS server to try and make some statistical analysis.

I know that I can access these data via REST but the only way for me is using browser and it’s 20 pages now. Is there any way to download all games as a single XML file? I suppose it could be done very easily but I don’t know how.

Also is there any way to retrieve ranking history?

Thanks

Is this what you’re looking for?

3 Likes

I don’t really need SGF of each game.
It would be enough to have easy access to these contents:

https://online-go.com/api/v1/megames/

and

https://online-go.com/api/v1/players/308797/full

Now I’m able only to see them in the browser and I’m looking for some easy way to save them to my PC in a sort of database (CSV, XML, whatever…) without having to copy/paste/edit them manually in exel or similar.

You can check this out too: G0tstats is back! (with more stats)

1 Like

@Gurxtav: yes, I know the site and would like to do some similar “intelligence” in my own, so I need some “raw” data.

I think any python programmer would do what I’m asking for in no time.
Maybe I should learn Python. :grin:

1 Like

What about pasting the json to http://convertjson.com/json-to-xml.htm or similar? Easy enough or you need it automated?

1 Like

I’ll try this. Thank you .

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.