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.
6 Comments - Last post 14 minutes ago by jennie66
28 Comments - Last post 30 minutes ago by FallenKal
16,297 Comments - Last post 1 hour ago by SebastianCrenshaw
52 Comments - Last post 2 hours ago by adam1224
206 Comments - Last post 5 hours ago by Joey2741
31 Comments - Last post 6 hours ago by Pika8
1,519 Comments - Last post 7 hours ago by Tristar
19 Comments - Last post 15 minutes ago by UltraTaber
30 Comments - Last post 18 minutes ago by megusuri
46 Comments - Last post 33 minutes ago by MSKOTOR
7,973 Comments - Last post 34 minutes ago by herbesdeprovence
99 Comments - Last post 34 minutes ago by ashtwo
41 Comments - Last post 46 minutes ago by doubleomurfy
10 Comments - Last post 57 minutes ago by pizurk
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.