Skip to content

Commit

Permalink
Version 2.8 (read commit description)
Browse files Browse the repository at this point in the history
Added proxy support (add them in proxies.txt). Added webserver to request comments and view the log. Added !update command. Added !rc alias to !resetcooldown and "global" argument to reset global cooldown. A Steam cooldown error will now apply a 5 min global cooldown to cmd requests. Moved updater.js to src folder. Fixed a lot of bugs, made things a bit more user-friendly and made other more minor changes. (Please start the bot again manually after downloading the update!)
  • Loading branch information
3urobeat committed Jul 29, 2020
1 parent 11b6604 commit 091d7bd
Show file tree
Hide file tree
Showing 9 changed files with 856 additions and 294 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* Send comments to other steam profiles
* Apply cooldowns & customize nearly any value
* Advertise your group & automatically invite users to it
* Use proxies and requests comments via URL in your browser

If you would like to see a detailed tutorial in the form of a video, [click here!](https://www.youtube.com/watch?v=gmA-ccD05g4)
This written tutorial will also contain a video tutorial badge link for each specific part!
Expand Down Expand Up @@ -82,7 +83,14 @@ If you have more than 1 account set up in `logininfo.json` you can specify how m
Hey, if you like this project please consider donating a buck on my [PayPal!](https://paypal.me/3urobeat)
[![Donate](https://img.shields.io/badge/donate-%241-orange)](https://paypal.me/3urobeat)
If you like the work I put into this project, please give this repository a star!
![Star](https://img.shields.io/github/stars/HerrEurobeat/steam-comment-service-bot)
![Star](https://img.shields.io/github/stars/HerrEurobeat/steam-comment-service-bot)

#### **Web (URL) Comment Requests**
To requests comment with an URL in your browser you need to turn the feature on.
Go into your `config.json` and set `enableurltocomment` to `true` and restart the bot.

Open localhost:3034 in your browser and follow the instructions there.
To request comments from outside your network you need to allow the port `3034` in your router settings and visit the server with your public ip address.

#### **Bugs, Issues & Betas**
If you encountered a **bug**, you **need help** or wish a feature to be added, please open an [**issue!**](https://github.com/HerrEurobeat/steam-comment-service-bot/issues/new/choose)
Expand Down
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"disableautoupdate": false,
"childaccsplaygames": false,
"commentdelay": 5000,
"logindelay": 2500,
"allowcommentcmdusage": true,
"skipSteamGuard": false,
"commentcooldown": 5,
"globalcommentcooldown": 10000,
"globalcommentcooldown": 60000,
"repeatedComments": 2,
"unfriendtime": 31,
"playinggames": ["!help | 3urobeat", 440, 730],
Expand All @@ -15,5 +14,6 @@
"acceptgroupinvites": true,
"owner": "https://steamcommunity.com/id/3urobeat",
"ownerid": ["76561198260031749"],
"enableevalcmd": false
"enableevalcmd": true,
"enableurltocomment": true
}
Loading

0 comments on commit 091d7bd

Please sign in to comment.