proxy-scraper
proxy-scraper copied to clipboard
scrape proxies from more than 5 different sources and check which ones are still alive
`ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file specified: 'C:\\Python310\\Scripts\\normalizer.exe' -> 'C:\\Python310\\Scripts\\normalizer.exe.deleteme'` help
Microsoft Windows [Version 10.0.19044.1826] (c) Microsoft Corporation. All rights reserved. C:\Users\personal\Desktop\proxy-scraper-master>proxyChecker.py Traceback (most recent call last): File "C:\Users\personal\Desktop\proxy-scraper-master\proxyChecker.py", line 120, in check(file=args.list, timeout=args.timeout, method=args.proxy, site=args.site, verbose=args.verbose, File "C:\Users\personal\Desktop\proxy-scraper-master\proxyChecker.py", line 51,...
Hello, it seems like there is a must-have feature missing: the proxy level (Anonymous, Trasparent, Elite (or High Anonymous)). Can you add it? Thanks :)
You could add another proxy list https://spys.me/proxy.txt just you need to filter letters and symbols from the list itself and the header and footer of the txt
hey , i know its a dumb question but is there a way to run it on replit?
FindAll
Object has no attribute findAll
beautiful soup 3 won't work we'll need to use soup4. If you could, update the whole proxy-scraper :D so we could use tha latest modules. Thank you!
Can you explain to me how to add more sources?
Hi, when I try to execute the command `python3 proxyScraper.py -p http` I get `ModuleNotFoundError: No module named 'httpx'`, but it is installed, I installed both httpx[cli] and httpx but...