Bot for like and favorite steam screenshotes, artworks, guides, videos, workshop items.
Installing:
- Install Node.js LTS version
- Download this repo (click
Code -> Download ZIP
) and unpack the archive. - Open command prompt or PowerShell in the bot folder (
Shift + Right Click
, orcd 'path to the bot'
) - Type
npm i
ornpm install
Using:
- Add to the
bot.txt
textfile accounts login data (login:password:shared_secret
in the each line). Your need to use steam accounts without any restrictions ($5 spend). - In the
config.json
set id of the content (your content link: "steamcommunity.com/sharedfiles/filedetails/?id=XXXXXXXXXXX", enter in the config XXXXXXXXXXX). Set theperChunk
andbetweenChunks
parameters. If you want to favorite count boost set"favorites": true
and enterappid
(for CS:GO Artworks"appid": 767
). You can use limited steam accounts with Steam Guard disabled"limited": true
. Attention: in this case format ofbots.txt
:login:password:
(with colon in the end of each line).amount
parameter is number of likes/favorites. Ifamount: 0
bot use amount of steam accounts in thebots.txt
.
Config example:
{
"id": "2164876148",
"perChunk": 3,
"betweenChunks": 15000,
"amount": 0,
"likes": true,
"favorites": false,
"appid": "730",
"limited": false
}
- Run the bot - type in the command prompt or PowerShell:
node index.js
-
I get an error when trying
npm install
- You need to use Node.js LTS version which is recommended for most users
-
I got this error:
[Login] Unable to auth (Error: Error: SteamGuardMobile...
- This may appear when you enter the
shared_secret
incorrectly in thebots.txt
texfile. And also this may mean that you have too many tries to auth (decrease theperChunk
value in theconfig.json
)
- This may appear when you enter the
-
I got this error:
[Login] Unable to auth (Error: Error: HTTP error 429...
- This error apears when you have too many tries to auth (decrease the
perChunk
value in theconfig.json
)
- This error apears when you have too many tries to auth (decrease the
-
I got this error:
[Login] Something went wrong. Response code 112
- This account has steam community restricton. You need to use unlimited accounts. Check more info