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 iornpm install
Using:
- Add to the
bot.txttextfile accounts login data (login:password:shared_secretin the each line). Your need to use steam accounts without any restrictions ($5 spend). - In the
config.jsonset id of the content (your content link: "steamcommunity.com/sharedfiles/filedetails/?id=XXXXXXXXXXX", enter in the config XXXXXXXXXXX). Set theperChunkandbetweenChunksparameters. If you want to favorite count boost set"favorites": trueand 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).amountparameter is number of likes/favorites. Ifamount: 0bot 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_secretincorrectly in thebots.txttexfile. And also this may mean that you have too many tries to auth (decrease theperChunkvalue 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
perChunkvalue 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