Keep it simple stupid. "Universal" Proxy Scraper & Quality Checker with GUI.
Software:
Visual Studio Code | Python 3.10.4Libraries:
PySimpleGUI | requests | BeautifulSoup | proxy_checkerSource Code:
BasicProxyScraper.py
Double click BasicProxyScraper.exe
Use your desired IDE to run BasicProxyScraper.py OR run py BasicProxyScraper.py
in your command-line interpreter.
Note: If you've decided to go with option 2, make sure you have a virtual environment setup with the correct dependencies.
Input your desired thread count.
Import the list of URLs
If you would like your proxies checked for quality, make sure the quality check
box has its check mark.
With the proxy quality checker disabled, no results will be displayed to the table for now.
Simply click the Save txt
or Save JSON
button. The file will be output to the current directory your program is in.
Note: Saving unchecked proxies as JSON is currently a work in progress.
Have fun and feel free to fork this and build upon it.