MrPowerScripts / reddit-karma-farming-bot

"Is karma really that important to you? Damn bro, you need a life" - YouTube Comment
https://mrpowerscripts.com
MIT License
296 stars 121 forks source link

Support for proxies? #151

Closed ralyodio closed 3 years ago

ralyodio commented 3 years ago

Is there support for proxies?

I am concerned about running multiple instances from same IP

sesseor commented 3 years ago

Running multiple docker containers with different proxies (IPs) is the way to go .

ralyodio commented 3 years ago

Proxy is way easier. Plus it's cheaper. Is it possible?

MrPowerScripts commented 3 years ago

The bot uses python requests library for all of its network communication, so you can provide a proxy value using the HTTPS_PROXY envar. I should probably clarify that in the docs somewhere. this means you can run the bot in different shells with this envar defined differently in each of them. and it should communicate using the specified proxy.