All Projects â†’ HerrEurobeat â†’ steam-mass-comment-bot

HerrEurobeat / steam-mass-comment-bot

Licence: GPL-3.0 license
💬 Comment with a few clicks under a ton of steam profiles & groups!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to steam-mass-comment-bot

steam community market
Get item prices and volumes from the Steam Community Market using Python 3
Stars: ✭ 24 (+50%)
Mutual labels:  steam, steambot
node-steam-chat-bot
[Inactive] Simplified interface for a steam chat bot
Stars: ✭ 28 (+75%)
Mutual labels:  steam, steambot
Steam-Auto-Friend
❤️ Node.js based script for steam to accept all incoming friend requests on steam sending one custom welcome message, adding user to selected group and displaying custom playing game status message. Built by @Refloow
Stars: ✭ 23 (+43.75%)
Mutual labels:  steam, steambot
steam-hour-boost
🔧 Script for idling, boosting playtime in hours, for chosen game without using computer resources. CSGO test successfully.
Stars: ✭ 21 (+31.25%)
Mutual labels:  steam, steam-bot
saliengame-bot
Steam Saliens Game 2018 - Auto-play / Auto-Click Bot
Stars: ✭ 12 (-25%)
Mutual labels:  steam, steambot
SteamTradeOffersBot
SteamBot fork that provides an easy-to-use Trade Offer library and a true generic inventory interface.
Stars: ✭ 45 (+181.25%)
Mutual labels:  steam, steambot
idle master extended
🃏 Get your Steam Trading Cards the Fast Way (Fast Mode Extension 🚀)
Stars: ✭ 1,771 (+10968.75%)
Mutual labels:  steam, steambot
Steam-Games-Idle
❤️ Node.js based script for steam game idling / hour boosting for chosen game without using computer resources. Built by @Refloow
Stars: ✭ 46 (+187.5%)
Mutual labels:  steam, steambot
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+45018.75%)
Mutual labels:  steam, steambot
steamcommunityhttpschina
a proxy to access steam community in china
Stars: ✭ 20 (+25%)
Mutual labels:  steam, steamcommunity
steam-auth
A simple PHP Steam login and User Detail package
Stars: ✭ 16 (+0%)
Mutual labels:  steam, steambot
ChatLogger
ChatLogger is a Steam Tool based on the SteamKit2 library, designed to save your and friends messages! [Metro Theme]
Stars: ✭ 39 (+143.75%)
Mutual labels:  steam, steambot
humble-bundle-key-redeemer
Bulk redemption/activation of Humble Bundle Steam keys.
Stars: ✭ 21 (+31.25%)
Mutual labels:  steam
steam-box
🎮 Update profile README / pinned gist to contain your Steam playtime leaderboard. 在你的 profile README / pinned gist 上显示你的 steam 游玩时间排行榜。
Stars: ✭ 118 (+637.5%)
Mutual labels:  steam
nodejs-questions
Some common node.js questions and answers.
Stars: ✭ 22 (+37.5%)
Mutual labels:  node-js
roberta
Steam Play compatibility tool to run adventure games using native Linux ScummVM
Stars: ✭ 139 (+768.75%)
Mutual labels:  steam
BeamNG terrainMaterialCache
BeamNG.drive Black Terrain fix for Linux and Mac
Stars: ✭ 81 (+406.25%)
Mutual labels:  steam
Density-Wars
Real time peer to peer RTS game running on WebGL (WIP).
Stars: ✭ 60 (+275%)
Mutual labels:  node-js
node-healthchecks-api
The Node.js implementation of the Health Checks API by Hootsuite
Stars: ✭ 25 (+56.25%)
Mutual labels:  node-js
jscc
Tiny and powerful preprocessor for conditional comments and replacement of compile-time variables in text files
Stars: ✭ 44 (+175%)
Mutual labels:  comments

Comment with a few clicks under a ton of steam profiles & groups!
See how to set up the bot and customize it below.

                                                  nodejs Star Steam Group Donate

Click on a badge to learn more.

 

Disclaimer!

I, the developer, am not responsible and cannot be held liable for what you do with this bot.
Please don't misuse this bot by spamming or posting malicious comments. Your accounts can get banned from Steam if you do that.

 

Download:

Click here: Download
Extract the zip and open the steam-mass-comment-bot folder.

You need to have at least node.js version 14.15.0 installed: Download
To check your version number if you already have node installed, type node --version in your console or terminal.

 

Setup:

Open logininfo.json with a text editor and fill in the username and password of your account into the provided brackets.
Save and exit.

The login data will only be used to leave comments under the profiles and groups set in config.json with one of the provided comments in comments.txt.

Open config.json with a text editor.
Put in the profile links or steamID64s you want to comment on into the profiles array.
Put in the group links or steamID64s you want to comment in into the groups array.

Make sure you are following this syntax when filling the arrays:

"profiles": [
	"ID1",
	"steamcommunity.com/id/name2",
	"https://steamcommunity.com/profiles/ID3"
]

Take a look below at Troubleshooting if you experience issues.

If you want to set a custom status and play games when running the bot, fill in the playingGames array in the config.
The array works like this: ["custom game text", game id, game id]
Empty the array (like this "playingGames": []) if the bot should not change your online appearance.

If the bot should respond with a message if someone messages you while the bot is running, set a message as afkMessage.
Empty the brackets (like this "afkMessage": "") to disable the feature.

The commentdelay value sets the time in ms the bot should wait between comments. I suggest leaving it at the default value.
Setting it too low will result in cooldown errors because Steam considers your account as spamming.
Should you recieve cooldown errors with the default values, increase the value and try again.

 

Starting the bot:

Please open a console window or terminal in the current folder.
Run the command npm install and wait for it to complete. This will install al necessary packages for the bot.

When done, type node index.js to start the bot.
It should log into your account, ask for a Steam Guard code if necessary, and start commenting on each profile and group you set in config.json after eachother.

If you are on Windows and don't know how to open a console window in the current folder:

  • Open the folder of the bot with your Explorer
  • Click on the blue File button in in the top left
  • Click on the Open PowerShell or Open CMD entry and a console window should appear

 

Troubleshooting:

If you don't follow the syntax from above you will get an error because the bot is unable to read the file.
If you are getting a syntax mistake error then check for these common mistakes:

  • forgot to add a comma to the end of the line?
  • the very last line must not have a comma (look at the example above)
  • forgot brackets " when writing something?

 
If you get another error or have questions, please open an issue here.
Everything that appears in your console/terminal window will also be saved to the output.txt file. Please attach the content of your last run to your issue to make it easier for me to troubleshoot.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].