-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to use use a proxy #3103
Comments
Install proxychains. |
@ddrght12345 i'm not very familiar with running proxies on a server for a python script. Do you have any suggestions to which one to use on an Ubuntu 15.04 alongside the bot? |
@firzzen example: |
thanks @Unsworth94 , that helps a lot. |
@Unsworth94 i understand that proxychains offers dynamic or random proxy usage. But what if you're running five bots at the same time? Can you use different configs for proxychains for different bots? One option would be to use proxychains random proxy so it cycles them each time but that would look bad if you login from different locations every day, or even worse when the bot crashes and you have to login again 5 minutes after initially starting it. |
@firzzen yes, you pass Example: |
@Unsworth94 Trying to run the script with proxychains -f /etc/proxychains.conf python pokecli.py -cf ./configs/config.json results in: ProxyChains-3.1 (http://proxychains.sf.net) And google isn't offering much help atm. |
Check the documentation https://github.com/haad/proxychains |
Thanks @Unsworth94 . The suggestion might seem very straightforward and basic but now i actually focused into the instructions and realized that you copied commands for secondary config files, not the default one :). |
Oh I thought that's what you was after! Sorry! |
What's the solution for windows? |
Expected Behavior
I saw there was a commit for adding proxies to the bot but it got reverted :( could we get this added? Would be awesome!
Actual Behavior
Able to pass a proxy via command/config
Steps to Reproduce
Other Information
OS:
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
Python Version: (run 'python -V' and paste it here)
The text was updated successfully, but these errors were encountered: