I have a script to share - if anyone wants it

Need help with your application? Ask here.
Post Reply
schworak
Posts: 7
Joined: Wed Sep 11, 2019 11:56 am

I have a script to share - if anyone wants it

Post by schworak »

I have a couple scripts bundled into a ZIP file that I used to get my initial download of The Games DB dataset. It includes a script for pulling down all of the JSON and another for loading a MySQL database. I have a couple scripts for MySQL for creating tables and clearing the tables too. (all in this zip)

It is written in Python on Linux but I bet anyone with any skill could adapt it to Windows and other databases pretty quickly.

It caches the JSON files so if it crashes mid download, it doesn't start all over downloading. It only downloads what it didn't already get. This saved me from burning up all my private key requests against the API.

I don't know if this is something you guys want or where to put the link or how to announce it so it is appropriate for the site. If an admin or alike could offer some guidance I would appreciate it. Or if this is not something I should share here, let me know that too. This is such a handy project that I want to give back in some little way.

User avatar
Zer0xFF
Posts: 330
Joined: Fri Apr 20, 2018 9:18 am

Re: I have a script to share - if anyone wants it

Post by Zer0xFF »

there is no harm in sharing it, just to note, that I will (hopefully soon), make it possible to request the entire database in 1 request.
Regards
Zer0xFF

Post Reply