You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rsrc/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ The basic configuration that ships with the bot looks like this:
26
26
```
27
27
<br>
28
28
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>
32
32
```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>
33
33
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>
34
34
This is the ```rsrc/proxies.json``` that ships with the bot:<br>
0 commit comments