Giter Club home page Giter Club logo

steam-mass-comment-bot's Introduction

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

nodejs Star Steam Group Donate

Click on a badge to learn more.

 

Introduction

This is a simple Steam Comment Bot to send comments with *one* account to *many* profiles, groups, sharedfiles or discussions.

This project is a slimmed down version of my steam-comment-service-bot, for users only interested in regularly sending comments with one account to profiles of their friends.
If you need more features, please check it out instead.
It does way more besides acting as a comment service - it supports hundreds of accounts simultaneously, has advanced connection management features and is updated more regularly.

 

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 & Setup:

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.

 

Login information:

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

If you want to login with a QR Code instead, then set the password to "qrcode".
Upon starting the bot a QR Code will be presented, which you can scan using your Steam Mobile App to login.

Save and exit.

 

Configuration:

Open config.json with a text editor.
Put in the URLs, vanities or steamID64s of every profile/group/sharedfile/discussion you want to comment on into the destinations array.

Make sure you are exactly following this syntax, otherwise the config will fail to load:

"destinations": [
	"ID1",
	"steamcommunity.com/id/name2",
	"https://steamcommunity.com/profiles/ID3",
	"3urobeatGroup",
	"https://steamcommunity.com/app/739630/discussions/0/1750150652078713439",
	"https://steamcommunity.com/sharedfiles/filedetails/?id=2496710411"
]

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 play anything.

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.

 

Advanced-ish settings:
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 receive cooldown errors with the default values, increase the value and try again.

The destinationResolveDelay value determines how long the bot will wait between resolving the ID behind every destination you have set.
The default value of 1000ms should be pretty lenient, if you configure A LOT of destinations you might need to increase this though.
Just keep the default setting and only change it if you are getting errors on start.

 

🚀 Starting the bot:

Please open a console window or terminal in the current folder.
Run the command npm install --production and wait for it to complete. This will install all necessary packages for the bot.
Ignore any "x vulnerabilities" messages, these are unavoidable and have no relevance for you.

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 destination you have set in config.json, one after another.

 

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 the config setup guide 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.

steam-mass-comment-bot's People

Contributors

3urobeat avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

amerrrrs sikkgit

steam-mass-comment-bot's Issues

Cant run

node index.js
node:internal/modules/cjs/loader:1170
throw err;
^

SyntaxError: /home//Cheat/steam-mass-comment-bot/logininfo.json: Unexpected token { in JSON at position 122
at parse ()
at Object.Module._extensions..json (node:internal/modules/cjs/loader:1167:22)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (/home/
/Cheat/steam-mass-comment-bot/index.js:21:19)
at Module._compile (node:internal/modules/cjs/loader:1101:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
at Module.load (node:internal/modules/cjs/loader:981:32)

Possibility to comment several times on the same destination

Howdy! It'd be great if there was a possibility to choose how many times you wanna comment to the same destination (e.g. profile, group, etc.) before commenting to the next link. I think many users use this project to CommentForComment e.g. 3x3 6x6 (me as well).

It should look something like this:
You set the X quantity for all destinations in config.json.
Script comments X times to the first destination, then X times to the second, and so on.

If you think this feature not worth your time, could you please tell me what I should change in the code to comment several times to the same destination? I tried to put several identical links to the destinations array in config.json, but it's just endless Getting profile & group ids from URLs in config...
Adding slightly modified links e.g. https://steamcommunity.com/profiles/765XXXXXXXXXXXXXX https://steamcommunity.com/profiles/765XXXXXXXXXXXXXX/ helped, but 2 comments (+2 if user have custom url) is a maximum.

Perhaps the answer to my question lies on the surface, but I'm not really js developer.

Error

I'm sorry. I am probably just blind to not understand this. However I did everything as described, I don't see why I get such error.

PS C:\Users\henni\Desktop\steam-mass-comment-bot-master> node index.js
internal/modules/cjs/loader.js:984
  throw err;
  ^

Error: Cannot find module 'steam-user'
Require stack:
- C:\Users\henni\Desktop\steam-mass-comment-bot-master\index.js
�[90m    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:981:15)�[39m
�[90m    at Function.Module._load (internal/modules/cjs/loader.js:863:27)�[39m
�[90m    at Module.require (internal/modules/cjs/loader.js:1043:19)�[39m
�[90m    at require (internal/modules/cjs/helpers.js:77:18)�[39m
    at Object.<anonymous> (C:\Users\henni\Desktop\steam-mass-comment-bot-master\index.js:14:19)
�[90m    at Module._compile (internal/modules/cjs/loader.js:1157:30)�[39m
�[90m    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1177:10)�[39m
�[90m    at Module.load (internal/modules/cjs/loader.js:1001:32)�[39m
�[90m    at Function.Module._load (internal/modules/cjs/loader.js:900:14)�[39m
�[90m    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)�[39m {
  code: �[32m'MODULE_NOT_FOUND'�[39m,
  requireStack: [
    �[32m'C:\\Users\\henni\\Desktop\\steam-mass-comment-bot-master\\index.js'�[39m
  ]
}
PS C:\Users\henni\Desktop\steam-mass-comment-bot-master>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.