Steam-Auto-Queue
Steam-Auto-Queue copied to clipboard
This script can help you finish Steam events automatically.
Steam Auto Queue
This script can help you finish Steam events automatically.
What's new in v2
-
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.
Plugins & Support Event
-
autocard
- discovery queue in summer / winter sales
-
autovote
- vote steam awards 2021
- vote steam awards 2022
-
steam racing 2022
- get
2022 Steam Racing Fest Cupbadge
- get
-
clorthax quest
- get
Clorthax's Paradox PartyBadge - get Steam 3000
Profile Modifier,Profile Background,Mini Profile Background,Avatar Profile Frame,Animated AvatarandStickers
- get
-
Next Fest October 2022
- get level 6
2022 Steam Next Fest October EditionBadge
- get level 6
-
Steam awards 2022
- get level 2
Steam Awards Nomination Committee 2022Badge
- get level 2
-
Steam summer sale 2023 sticker
- get summer sale sticker
-
Steam awards 2023
- get level 2
Steam Awards Nomination Committee 2023Badge
- get level 2
-
Steam awards 2023 vote
- get all
Steam Awards 2023 Sticker
- get all
Tested Event
-
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
-
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
Installation
- Install Node.js
- Clone this repos
- Install dependencies via
npm install
Basic Usage
- Run script
node index.js - Follow instructions enter your account, password and 2FA code
- Wait a second
- You have got your rewards
Advenced Usage (for fully automatic and multiple accounts)
- Rename
config_template.jsontoconfig.json - Edit
account,passwordandshared_secretinconfig.json - Run script
node index.js - Wait a minute
- You have got your rewards
What is shared_secret
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.
Config
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"
},
...
]
Custom plugins
check out here
Todo
- Rewrite other scripts I have created to plugin.