Node Steam Workshop follow bot for boosting followers on your workshop page
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:
in the each line with the colon). You can get this accounts using Steam Account Generator. -
Configure the bot in the
config.json
file:- Set link to your steam profile in the
target
parameter. - Set SteamID your steam profile in the
steamid
parameter. You must entersteamid
of thetarget
account. - Enter in
perChunk
how many authorizations you want at the same time. - Enter in
betweenChunks
time delay between the chunks in milliseconds. amount
- how many followers you want. No more than amount of bots in thebots.txt
. If you leaveamount: 0
bot will use amount of steam accounts in thebots.txt
.
- Set link to your steam profile in the
Config example:
{
"target": "https://steamcommunity.com/id/gunthersuper",
"steamid": "76561198261256059",
"perChunk": 3,
"betweenChunks": 5000,
"amount": 0
}
- Run the bot - type in the command prompt or PowerShell:
node index.js