Gives reports in the steam profile with steamID and appID
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
bots.txttextfile accounts login data (login:password:shared_secretin the each line). If you want to use limited accounts (without $5 spent) use this formatting:login:password:. - In the
config.jsonset steam id of needed player. You can get this in this site: https://steamdb.info/calculator/. Just put the link of needed steam profile. - Enter the
appidparameter. For CSGO its 730. - Set the
perChunkandbetweenChunksparameters (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.jsor justnode index