Do you supprt this request?
I know about both these lists, as apparent from my script, but
that would mean from 25 to hundreds simultaneous requests to SG for each user on each search
Tnx for the info on SG++ though.
Comment has been collapsed.
Yes, we need SG API like this.
I need full list of bundled games, and hidden games by current logged in user for my script.
I feel guilty to request 235 pages of bundle list every day which could be done with only 1 API request.
You can use mine, but it is free hosting plan and will be down if too much traffics occur in 1 day.
I've tried implement it to my userscript and it went down after 200 unique visitors came. @_@
I plan to upgrade it to unlimited bandwidth this month.
SG bundle list API
Comment has been collapsed.
Thanks fot the tip.
Have you thought about using GitHub for the list? AFAIK they have pretty high limits.
Comment has been collapsed.
Nice, tnx)
You can upload any type of file & use their API to automate it. But no, it doesn't have built-in SQL support or such, so only files which you can read yourself (like JSON) would do.
Comment has been collapsed.
9 Comments - Last post 27 minutes ago by pandakat
33 Comments - Last post 37 minutes ago by Foxhack
3 Comments - Last post 1 hour ago by Carenard
6 Comments - Last post 2 hours ago by Bomfist
13 Comments - Last post 2 hours ago by Outmind
17,448 Comments - Last post 2 hours ago by Masafor
10 Comments - Last post 2 hours ago by NB264
483 Comments - Last post 10 minutes ago by Peiperissimus
57 Comments - Last post 16 minutes ago by wigglenose
561 Comments - Last post 48 minutes ago by Scifryed
20 Comments - Last post 59 minutes ago by Melusca
23 Comments - Last post 1 hour ago by Fluffster
184 Comments - Last post 2 hours ago by pizzahut
2,953 Comments - Last post 2 hours ago by Sebastien
I already have a userscript that uses bundle list search. I could enhance it by showing if a game is bundled in Steam search or on SteamDB for example, but that would mean from 25 to hundreds simultaneous requests to SG for each user on each search. It's not a problem for me but definitely might be a problem for SG.
Also, I have a request for extension which would hide a game on SG when it's marked as not interesting in Steam. But as SG sets it's own game Ids for some reason, I can't make it reliably right now.
What I want is 2 JSON files.
Bundle list something like this, with keys for bundled & free (blocked from giving away) games:
Game Id list something like this:
Of course, the structure is up to devs.
With these lists available I'll be able to load them once on extension start & keep them until user closes all Steam pages, or even store them locally & check for updates like once a day.
Comment has been collapsed.