Comment bot for the limited steam accounts
Steam comment bot using limited steam accounts (0 lvl). As you know, you can comment another profiles if you have unlimited account or if you have limited account and commented profile is in your friend list. So this script made for the second case.
- Login to your main account (that you need commented).
- Login to the bot limited account (with 0 lvl).
- Add to friend this bot from your main, then accept this request on the bot account.
- Comment your main account by the bot.
- Unfriend the bot, log off the bot, go to the first step.
- Download the latest stabe version of Node JS - nodejs.org
- Download and unpack the archive to any location
- Open PowerShell or command prompt (or terminal for Linux) in the folder with the bot. To do this enter: cd c:\path_to_the_folder or if you use Windows go to the needed folder in the explorer, then press SHIFT + right mouse, select: Open PowerShell window here
- Enter in the console: npm i or npm install
comments.txt
contains comments in each line. Bot will take from this file a random comment for each bot.bots.txt
. This is text file with login details of bots (limited steam accounts), format:username:password:shared_secret
in each line. Make sure that your accounts have steam guard enabled.
- Register accounts using steam account generator or in the hand mode.
- Enable steam guard usindSDA (you need to add a phone number, you can get it here - onlinesim.ru)
- Fill out these profiles. Automatic script for this - https://github.com/Gunthersuper/steam-profile-filler
- Add these accounts to the
bot.txt
file with this formatting:username:password:shared_secret
in each line.
- In the console type: node index or node index.js
- Wait when the process is complete.