Skip to content

Commit 9a2db1f

Browse files
committed
readme
1 parent 1dceeb6 commit 9a2db1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rsrc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ The basic configuration that ships with the bot looks like this:
2626
```
2727
<br>
2828

29-
```proxy``` is the configuration of the proxy, it is default to ```localhost``` and empty ```proxyRotationLink```; meaning no proxy will be used. To add a proxy, simply replace ```localhost``` with either ```sticky``` or ```rotative```, ```sticky``` option will make the bot get the list of sticky proxies from ```rsrc/proxies.json```, ```rotative``` option will make the bot get the list of rotative proxies from ```rsrc/proxies.json```; note that the bot only supports the use of one rotative option for now. ```proxyRotationLink``` is the link the bot will use to rotate the IP of the proxy assuming you have a proxy that rotates its IP, leave empty if you don't have. ```proxyRotationCooldown``` is the amount of time your proxy takes to rotate, it is ignored if ```proxy``` is equal to ```localhost``` or if ```proxyRotationLink``` is empty.<br>
30-
```cooldown``` is the number of seconds the bot will wait between DMs. I advise to keep it at 5 seconds minimum if you're multi-accounting. If you have a single account, it's best to increase that number to somewhere near 60-120 seconds.<br>
31-
```headless``` is the indicator of whether to run the bot in headless mode or not, in headless mode you will not be able to see what the bot does. If you're testing, I advise to keep headless on ```false```. If you want to run multiple bots, then switch the value of headless to ```true```. The bot runs better on headless mode because less resources are being consumed.<br>
29+
```proxy``` is the configuration of the proxy, it is default to ```localhost``` and empty ```proxyRotationLink```; meaning no proxy will be used. To add a proxy, simply replace ```localhost``` with either ```sticky``` or ```rotative```, ```sticky``` option will make the bot get the list of sticky proxies from ```rsrc/proxies.json```, ```rotative``` option will make the bot get the list of rotative proxies from ```rsrc/proxies.json```; note that the bot only supports the use of one rotative option for now. ```proxyRotationLink``` is the link the bot will use to rotate the IP of the proxy assuming you have a proxy that rotates its IP, leave empty if you don't have. ```proxyRotationCooldown``` is the amount of time your proxy takes to rotate, it is ignored if ```proxy``` is equal to ```localhost``` or if ```proxyRotationLink``` is empty.<br><br>
30+
```cooldown``` is the number of seconds the bot will wait between DMs. I advise to keep it at 5 seconds minimum if you're multi-accounting. If you have a single account, it's best to increase that number to somewhere near 60-120 seconds.<br><br>
31+
```headless``` is the indicator of whether to run the bot in headless mode or not, in headless mode you will not be able to see what the bot does. If you're testing, I advise to keep headless on ```false```. If you want to run multiple bots, then switch the value of headless to ```true```. The bot runs better on headless mode because less resources are being consumed.<br><br>
3232
```messages``` is the list of messages you want to send, you can have one message in there. Otherwise, the more messages you add, the bot will keep choosing a message in a random way to prevent being detected and shadowbanned.<br><br><br>
3333
The bot supports the use of multiple sticky proxies, and only one rotative proxy **for now**. You can use whatever amount of sticky proxies you have in hand, and the bot will know how to rotate over them, meaning if you have 5000 accounts and only 3000 proxies, the bot will use the 3000 proxies for the first 3000 accounts, then re-use the first 2000 proxies for the remaining accounts.<br>
3434
This is the ```rsrc/proxies.json``` that ships with the bot:<br>

0 commit comments

Comments
 (0)