get the .html of the page and look for the line with time and date of ga end. you find it just a few lines after the end of the header.
pick it out via regex or ba position inside the html.
example: for this ga you find the correct line in line 217.
or just search for "fa fa-clock-o" (in the src)
Comment has been collapsed.
well, use you browsers api for that (it already has the cookie for auth, if you logged in with that browser).
for example autoit3 comes with simple functions to control the IE. is use this to enter giveaways of some (extended wishlist) games automatically.
if you have some programming skills i can provide the code so you can reuse parts of it to read out the times.
Comment has been collapsed.
I would be very interested in this too.
I'm looking to add some more smart functionality to my site.
http://www.bundlequest.com
Comment has been collapsed.
Yeah an API would be useful. I am facing the exact same problem as you since most of my giveaways are group giveaways. Was gonna propose to have SG about opening up the group GAs to allow public user to see (just not able to enter). But your suggestion works too.
Currently using the dynamic signature as workaround...
Comment has been collapsed.
Yes, I would really really really love this feature to be added.
And it's really easy too.
With the following code you can easily make JSON output
http://pastebin.com/18N77HpM
What I would really like to get is a JSON that gives info about a single giveaway:
Also I like to have a JSON that gives a list of all giveaways for a certain steam group.
Example: I want a list of all giveaways that were made for the group 'bundlequest'.
Comment has been collapsed.
39 Comments - Last post 2 minutes ago by Foxhack
284 Comments - Last post 25 minutes ago by Wok
154 Comments - Last post 1 hour ago by Wok
8 Comments - Last post 4 hours ago by TheLimeyDragon
1,247 Comments - Last post 8 hours ago by WaxWorm
82 Comments - Last post 9 hours ago by GarlicToast
71 Comments - Last post 10 hours ago by LighteningOne
1,362 Comments - Last post 36 seconds ago by Vasharal
491 Comments - Last post 7 minutes ago by Specter360
95 Comments - Last post 8 minutes ago by slaveofwant
1,625 Comments - Last post 27 minutes ago by WaxWorm
53 Comments - Last post 29 minutes ago by Kurajberovic
116 Comments - Last post 30 minutes ago by PanTsour
74 Comments - Last post 31 minutes ago by PanTsour
some king of api allowing to check how long til giveaway ends by providing a link to the giveaway (usefull for giveaway groups)
Comment has been collapsed.