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 iornpm install
Using:
-
Add to the
bot.txttextfile 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.jsonfile:- Set link to your steam profile in the
targetparameter. - Set SteamID your steam profile in the
steamidparameter. You must entersteamidof thetargetaccount. - Enter in
perChunkhow many authorizations you want at the same time. - Enter in
betweenChunkstime delay between the chunks in milliseconds. amount- how many followers you want. No more than amount of bots in thebots.txt. If you leaveamount: 0bot 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