iw4p / proxy-scraper

scrape proxies from more than 5 different sources and check which ones are still alive
MIT License
489 stars 127 forks source link

proxyscraper not coming up #21

Closed typemyname1 closed 1 year ago

typemyname1 commented 2 years ago

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, in check with open(file, "r") as f: FileNotFoundError: [Errno 2] No such file or directory: 'output.txt'

C:\Users\personal\Desktop\proxy-scraper-master>proxyScraper.py usage: proxyScraper.py [-h] -p PROXY [-o OUTPUT] [-v] proxyScraper.py: error: the following arguments are required: -p/--proxy

C:\Users\personal\Desktop\proxy-scraper-master>

iw4p commented 2 years ago

Please read the README.md file carefully. Use the proxy scraper like this: python3 proxyScraper.py -p http And use the proxy checker like this: python3 proxyChecker.py -t 20 -s google.com -l output.txt