-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #255
- Loading branch information
Showing
31 changed files
with
1,353 additions
and
812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
|
||
node_modules | ||
backup | ||
comment-service-bot.code-workspace | ||
output.txt | ||
plugins/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
//Comment: This file is used to provide your bot accounts in the form of username:password. Read the instructions here: https://github.com/3urobeat/steam-comment-service-bot#accounts | ||
//Comment: Provide login information in the form of username:password. Read instructions here: https://github.com/3urobeat/steam-comment-service-bot/blob/master/docs/wiki/setup_guide.md#accounts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,16 @@ | |
|
||
| ||
|
||
If you are using 10+ accounts I encourage you to use proxies. | ||
It drastically reduces the amount of requests on one IP by equally spreading all accounts onto different IPs, allowing you to comment more and faster, reducing the chance of an IP ban. | ||
|
||
## Why should I use proxies? | ||
Proxies are without a question the most effective and best way to improve the amount of accounts you can use to comment simultaneously. | ||
|
||
If you are using 10+ accounts, I strongly encourage you to think about using proxies. | ||
It drastically reduces the amount of requests on one IP by equally spreading all accounts onto different IPs. | ||
This allows you to comment more and faster by reducing the chance of an IP ban. | ||
|
||
| ||
|
||
## Adding proxies | ||
Adding proxies is quite simple: | ||
- Create a `proxies.txt` file in the bot folder | ||
- Open the file with a text editor | ||
|
@@ -14,10 +21,11 @@ Adding proxies is quite simple: | |
|
||
Your proxies must be provided in this format: `http://user:[email protected]:8081` | ||
|
||
If you are using webshare.io and are too lazy to convert the proxy file download yourself like me, then check out my quick and dirty [conversion script](https://github.com/3urobeat/webshare-proxies-file-converter). | ||
If you are using webshare.io then check out my quick and dirty [conversion script](https://github.com/3urobeat/webshare-proxies-file-converter). | ||
It reformats the export to the format which this bot uses. | ||
|
||
The bot will automatically spread all your bot accounts over all available proxies. | ||
By default the bot will also use your own IP. If you'd like to disable this and only use proxies, set `useLocalIP` in the `advancedconfig.json` to `false`. | ||
|
||
Please note that Steam might block some proxy providers. | ||
I personally have no experience where to buy working proxies so I sadly can't make any recommendations. | ||
I'm paying just $1/month for 33 proxies. I'd be comfortable using these up to 100 accounts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.