jcardama / csgo-market-sniper

Bot that monitors desirable skins and will automatically buy them
GNU General Public License v3.0
20 stars 3 forks source link

Multiple Instances open at the same time. #9

Closed Cheezy1234 closed 1 year ago

Cheezy1234 commented 1 year ago

So what I understand about this is that each instance of the bot you have open will refresh the market pages as fast as it is able meaning that adding more skins for it to filter through will make it slower. To solve this I thought that I would open a second instance of the bot looking through a different set of skins than the first one. This obviously lead to me getting rate limited almost immediately so I have since set it up to where each instance of the bot will use a different IP address. I am unsure if I can use the same Steam account between all the bots (with different IPs) or would it be safer to use a separate account for each one? Also, I considered using the same IP between all the instances and just switching it very quickly to avoid rate limiting however I thought that this would be more risky.

Any thoughts would be appreciated.