Search found 4 matches

by SimplyBLG
Sat Aug 15, 2020 2:33 pm
Forum: API Requests
Topic: API Request
Replies: 6
Views: 2400

Re: API Request

I only scan for filenames within a folder, so I have a procedure to simplify that filename to get the game's name, you can check the method in the git 'Utils.cs' script but basically it removes region/quality indicators (like (U), (E), (J), [!], [ b ]) then it removes serial numbers (like '1234 - Ga...
by SimplyBLG
Mon Aug 10, 2020 12:30 am
Forum: API Requests
Topic: API Request
Replies: 6
Views: 2400

Re: API Request

per-IP polling sounds good, <provided the limit isn't low>, but I'm afraid the archive dump isn't really an option for me. In your signature you mention interest in the applications that use the API, so here's the link to mine, I just started it so it might be a couple of days until it's done but I ...
by SimplyBLG
Sun Aug 09, 2020 10:56 pm
Forum: API Requests
Topic: API Request
Replies: 6
Views: 2400

Re: API Request

I'm afraid the public key limit is a bit too restrictive for my use, many API requests are necessary, one for every game that I need to download the image from (ByGameName to find it's id) and another one to find the images urls (which simultaneously requests every ID to not use up the request limit...
by SimplyBLG
Wed Aug 05, 2020 2:24 pm
Forum: API Requests
Topic: API Request
Replies: 6
Views: 2400

API Request

I'm building a simple project that downloads cover art for many games, this project is for personal use (and for some of my friends too), but it'll be open sourced too.