I've been looking for solution to have more than one proxy in python3.8. First of all, I've found some code, but at times it worked or not. I've seen with controller, or socks5 blah blah... I'd like to have 50 proxies. I'm doing a project to university. My topic is: 'security with proxy', and my professor told me to use tor proxy. Why 50 proxies? Why not :) I can use one proxy but how to change port 9050 to e.g. 9150 or 9051, because I've still had 'connection refused 111' or something like that. I've searched stackoverflow, and other forums, tutorials and I couldn't find solution. Please help. Thank you for advance.
EDIT: The websites which I've seen:
- https://www.sylvaindurand.org/use-tor-with-python/
- Make requests using Python over Tor
- https://medium.com/@jasonrigden/using-tor-with-the-python-request-library-79015b2606cb
- https://gist.github.com/jefftriplett/9748036
Because I've tried to "follow by other code" I've looked for project for Kali Linux and I found this:
- https://github.com/Pure-L0G1C/Instagram
- https://github.com/xHak9x/instabrute/blob/master/instabrute.py
From the first one I tried to find a way how to create 5 tor proxies at the same time!! Maybe this one could help you how to help me.
I found then an article (sorry I can't find it now. If I find, I'll copy link here), where I have to create a file (?) or something...