This script can help you finish Steam Spring Cleaning Event (2020) automatically without install game.
- 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 badge
- 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 badge
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"
},
...
]