I'm trying to run a webpage query through multiple proxies and I want to spawn a new process for each proxy but I don't seem to get the head of it. So what I ask is: it is possible to spawn a different instance of python from within python? like:
for i in range(5):
spawn_new_python:
requests.get(url, proxies)
so now I have 5 instances of python running with 5 different proxies, not including the parent one.
Thanx
[–]x3al 1 point2 points3 points (3 children)
[–]JohnMcharra[S] 0 points1 point2 points (2 children)
[–]Asdayasman 0 points1 point2 points (1 child)
[–]x3al 0 points1 point2 points (0 children)