![]() |
I wrote a scraper with rotating proxies - Printable Version +- we live in hell (https://weliveinhell.net) +-- Forum: interests & hobbies (https://weliveinhell.net/forumdisplay.php?fid=10) +--- Forum: science & technology (https://weliveinhell.net/forumdisplay.php?fid=11) +--- Thread: I wrote a scraper with rotating proxies (/showthread.php?tid=212) |
I wrote a scraper with rotating proxies - gorzek - 02-26-2025 Here you go. Code: import requests, re This code might form the basis of a service for WLIH, we'll see. RE: I wrote a scraper with rotating proxies - FrodoSwaggins - 02-27-2025 Can this code be run in a webpage / browser? RE: I wrote a scraper with rotating proxies - gorzek - 02-27-2025 Potentially, but I would not run it on a "Python playground" site because it's likely against TOS to do that. Better to run it on your own computer. |