I don't know if another script already exists like this but I am looking for a script that incorporates data from SteamDB lowest prices instead/aswell because it has regional pricing. But anyways, very useful script! Thank you!
Maybe add SteamDB regional pricing option as well? Would be very useful for people not in the US I think.
Comment has been collapsed.
Hello, thank you for the script. I noticed an issue when clicking on the IsThereAnyDeal link. I don't get any results when landing on ITAD, and the url shows as https://isthereanydeal.com/#/page:game/info?plain=warhammeriv0000battlesector
However I can find the game if I search it manually: https://isthereanydeal.com/game/warhammer-40000-battlesector/info/
Comment has been collapsed.
Fixed the game info link, but it might not work for all games. The rest of the script is still broken.
My patch got merged, so the script should auto update. If you edited it, you have to trigger the update manually.
Changes: https://github.com/maherm/steamgifts_scripts/pull/6/files
Test here: https://www.steamgifts.com/giveaway/dvqGB/warhammer-40000-battlesector
Comment has been collapsed.
Thanks for the PR, I merged it.
Concerning the overall state of the script after the changes to the ITAD website:
I'm not actively maintaining the script anymore. This means I don't plan on fixing the script, but I am happy to accept pull requests.
Actiually, I'm amazed the script ran almost 8 years without any kind of support ^^
Comment has been collapsed.
Idk. There's another major contributor apart from mahermen, maybe he could help: https://github.com/maherm/steamgifts_scripts/graphs/contributors
It looks like the script was scraping info from the HTML code. The "ajax" URL used for this changed or is gone, however I found an archived version as an example what kind of data the script was working with: https://web.archive.org/web/20231122234516/http://isthereanydeal.com/ajax/game/info?plain=rage (scroll down)
There might be a better way to do this, as ITAD has an API and lists apps using it.
https://isthereanydeal.com/apps/ - There are even two entries mentioning Lex's SG chart maker (which needs an API key).
Comment has been collapsed.
I get it, the easiest/fastest way to the fix would be to find the new (if exists) ajax URL (if it has the same or similar format than the old one).
There might be a better way to do this
I suppose yes but that would probably be doing it from scratch using the API.
Comment has been collapsed.
ITAD Everywhere has a "show lowest price" feature at least, although you need to hover the mouse over the "E" symbol for the price info to appear. You get the best (current) price, the historical low, and some links e.g. to the game info.
The currency (location) can be configured, too, though at least with the Firefox extension, it's a bit hidden. You need to go to the list of installed extensions ( about:addons ) and then click on the triple-dot menu "..." of the extension and choose "Settings".
Only thing missing is the bundle info.
Comment has been collapsed.
Yea. I used mainly this feature. It was great reminder of potential source for GA (and possible buy if still active) and how many times it was bundled.Hope something alternative will be made in future.
PS. My problem is that I dont like ESGST (because of that I still use also not developed anymore Extended Steamgifts which I love :) ) and I noticed that often many smaller script was stopped to be developed because of features integrated to ESGST, which is very bad for me :).
Comment has been collapsed.
91 Comments - Last post 3 minutes ago by wigglenose
16,363 Comments - Last post 48 minutes ago by BHTrellis188
243 Comments - Last post 50 minutes ago by 4KSeixas
11 Comments - Last post 1 hour ago by Fluffster
1,024 Comments - Last post 1 hour ago by sensualshakti
5 Comments - Last post 1 hour ago by AdJ
47,128 Comments - Last post 1 hour ago by JMM72
77 Comments - Last post 2 minutes ago by Methos101
21 Comments - Last post 2 minutes ago by Yamaraus
75 Comments - Last post 3 minutes ago by Habaruku
1,353 Comments - Last post 3 minutes ago by jaaydee
16,846 Comments - Last post 6 minutes ago by MjrPITA
111 Comments - Last post 15 minutes ago by fedordolohov
157 Comments - Last post 15 minutes ago by Wintermute75
Hi there,
I wrote another script that incorporates data from IsThereAnyDeal.com on the giveaway page.
When you enter a GA page, the script loads the game's IsThereAnyDeal page and fetches the current best price as well as a list of bundles that contain(ed) the game. It displays all data on the left panel below the "Stores" panel. Active bundles are highlighted. You can click the link in the "Stores" section to get to the "Info" page on itad.com.
TL;DR
Install
You'll need a scriptmanager like Tampermonkey in Chrome or Greasemonkey in Firefox to install this script
Comment has been collapsed.