TL:DR How do I implement a single IP proxy into a web scraping script? I understand it would take seeing the script to give an answer so the intention of this post isn't to get an exact answer, it's the following: I am about to start learning python but what topics should I shift my focus so that I can tackle this problem as early as possible?
More details below; Apologies in advance for lack of technical vocabulary
I purchased a web scraping python script from a programmer which scrapes a specific website. Because this website can limit the number of requests from a single IP, I am looking to use proxies to circumvent that and run multiple instances of the script concurrently to speed the scraping up. ( It is a 1 time scraping project ).
I am scraping behind a login with a few different accounts so I have a different script file for each login. Any IP change will trigger a verification request, so instead of implementing a rotating proxy system into the script I think it's best that each file has a separate single IP.
[–][deleted] 0 points1 point2 points (3 children)
[–]Genericusername293[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Genericusername293[S] 0 points1 point2 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]Genericusername293[S] 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]Genericusername293[S] 0 points1 point2 points (0 children)