Script

Run this in JavaScript console (F12) in Steam Store.
Be sure to change the choices array to include your 14 preferred choices for genre stories 1-14.
The first array item is your choice for genre story 1, second item choice for genre story 2, etc.

/*
 * Made by Revadike (License MIT)
 *
 * The Masked Avenger (badge 51) = sum choices must be 14-16
 * The Trailblazing Explorer (badge 52) = sum choices must be 17-19
 * The Gorilla Scientist (badge 53) = sum choices must be 20-22
 * The Paranormal Professor (badge 54) = sum choices must be 23-25
 * The Ghost Detective (badge 55) = sum choices must be 26-28
*/

// Your 14 preferred story choices:
let choices = [2,2,2,2,2,2,2,2,2,2,2,2,2,2];

for (let i = 1; i <= 14; i++) {
    jQuery.post("https://store.steampowered.com/promotion/ajaxclaimstickerforgenre", { genre: i, choice: choices[i-1], sessionid: g_sessionID }, (res) => console.log("genre " + i + ":", res))
}

GitHub link

Choices configurator

Check out this awesome website made by @zarostra
https://zarostra.com/steam_summer_sale_2021/

How it works

There are 14 genres with stories.
Each genre story has 2 choices: choice 1 and choice 2.
Each genre choice gives you a different sticker.
The sum of the choices array determines what badge you get (see script comments).
You can only get 1 badge, and this is permanent!

All stories

You can read all stories here.

2 years ago*

Comment has been collapsed.

Bump!

2 years ago
Permalink

Comment has been collapsed.

Thanks 4 bump!

2 years ago
Permalink

Comment has been collapsed.

Hey!
is there anyway to do it for multiple accounts at once?

2 years ago
Permalink

Comment has been collapsed.

Technically yeah, but u need to set up node.js.
How many accounts are we talking about?

2 years ago
Permalink

Comment has been collapsed.

more than 20 i guess? I'm a total nub when it comes to programming or coding, and have no idea how to make a node bot

2 years ago
Permalink

Comment has been collapsed.

I found this:
https://github.com/quer/the-steam-awards

That should do it. Good luck.

2 years ago
Permalink

Comment has been collapsed.

thanks, i found it earlier but i'm too dumb to understand how to make it work, instructions are not so nub friendly :(
tho i used some other node bots in the past

2 years ago
Permalink

Comment has been collapsed.

If you use ArchiSteamFarm, maybe u like this plugin:
https://github.com/omyto/ASF-ForgeYourFate

2 years ago
Permalink

Comment has been collapsed.

Thanks 🦄

2 years ago
Permalink

Comment has been collapsed.

Thanks

2 years ago
Permalink

Comment has been collapsed.

Check out this awesome website made by @zarostra
https://zarostra.com/steam_summer_sale_2021/

2 years ago
Permalink

Comment has been collapsed.

Holy sh…omethingorother, that's sweet. Makes it easier to balance what stickers you get with what badge you want.

2 years ago
Permalink

Comment has been collapsed.

Sweet

2 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.