Steam group join bot
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
bots.txt
textfile accounts login data (login:password:shared_secret
in the each line). If you want to use limited accounts (without $5 spent) use this formatting:login:password:
. - In the
config.json
set link of needed group. - Set the
perChunk
andbetweenChunks
parameters (stock values suitable for you). - If you want to use limited steam acconts enter this:
"limited": true
. If you want to use unlimited (with $5) type this:"limited": false
. - Run the bot - type in the command prompt or PowerShell:
node index.js
or justnode index