๐Proxies
To configure proxy settings for your bot, follow these instructions:
Store your proxy lists in the 'proxies' folder by creating
.txtfiles. Each file should contain a different set of proxies if you need to switch between multiple proxy lists.Ensure that each proxy within the .txt files adheres to the format:
host:port:user:password. Each proxy should be on a separate line.To operate the bot, you must have at least one .txt file containing your proxies in the '
proxies' folder.It is crucial to note that if proxies are specified in your task CSV file, the bot will prioritize these proxies regardless of the selections made at startup.
For First Come First Serve (FCFS) releases, populate the '
monitorProxies.txt' file with proxies dedicated to monitoring the item. The proxies listed in your task CSV will be engaged to attempt checkout when the item is restocked.
Last updated