This script can help you finish Steam events automatically.
-
Plugins support
I used to create a new scripts to every new event, until I found steam reuse event every year, you only need to change some parameter to finish new event, so I decide to rewrite my scripts to plugins and use config file to give parameter.
-
autocard
- discovery queue in summer / winter sales
-
autovote
- vote steam awards 2021
- vote steam awards 2022
-
steam racing 2022
- get
2022 Steam Racing Fest Cup
badge
- get
-
clorthax quest
- get
Clorthax's Paradox Party
Badge - get Steam 3000
Profile Modifier
,Profile Background
,Mini Profile Background
,Avatar Profile Frame
,Animated Avatar
andStickers
- get
-
Next Fest October 2022
- get level 6
2022 Steam Next Fest October Edition
Badge
- get level 6
-
Steam awards 2022
- get level 2
Steam Awards Nomination Committee 2022
Badge
- get level 2
-
Steam summer sale 2023 sticker
- get summer sale sticker
-
Steam awards 2023
- get level 2
Steam Awards Nomination Committee 2023
Badge
- get level 2
-
Steam awards 2023 vote
- get all
Steam Awards 2023 Sticker
- get all
-
Steam awards 2024
- get level 2
Steam Awards Nomination Committee 2024
Badge
-
autocard
- Winter sales 2019
- Summer sales 2020
- Winter sales 2020
- Summer sales 2021
- Winter sales 2021
- Summer sales 2022
- Winter sales 2022
- Summer sales 2023
- Winter sales 2023
- Summer sales 2024
- Steam Award 2024
-
autovote
- Steam awards 2021
- Steam awards 2022
-
steam racing 2022
-
clorthax quest (summer sales 2022 event)
-
Next Fest October 2022
-
Steam awards 2022
-
Steam awards 2023
-
Steam awards 2023 vote
-
Steam awards 2024
- Install Node.js
- Clone this repos
- Install dependencies via
npm install
- Run script
node index.js
- Follow instructions enter your account, password and 2FA code
- Wait a second
- You have got your rewards
- Rename
config_template.json
toconfig.json
- Edit
account
,password
andshared_secret
inconfig.json
- Run script
node index.js
- Wait a minute
- You have got your rewards
shared_secret
is for generate steam 2FA code, if you don't want to generate 2FA code automatically just set shared_secret
value to ""
.
If shared_secret
set to ""
, you need to enter 2FA code manually.
This link will help you find your shared_secret
.
Put all your accounts info into config.json
Config file format:
[
{
"account": "YOUR_ACCOUNT_1",
"password": "YOUR_PASSWORD_1",
"shared_secret": "YOUR_Shared_Secret_1"
},
{
"account": "YOUR_ACCOUNT_2",
"password": "YOUR_PASSWORD_2",
"shared_secret": "YOUR_Shared_Secret_2"
},
{
"account": "YOUR_ACCOUNT_3",
"password": "YOUR_PASSWORD_3",
"shared_secret": "YOUR_Shared_Secret_3"
},
...
]
check out here
- Rewrite other scripts I have created to plugin.