💙 For issues contact me on discord: alimuhammadsecured_65817
A portable, simple, fast, and easy-to-use Python Proxy Checker for web scraping.
git clone https://github.com/BestDevOfc/Fast-MultiThreaded-ProxyChecker.git
cd Fast-MultiThreaded-ProxyChecker
cd cd Proxy\ Checker/Installing the third-party modules:
python3 -m pip install -r requirements.txt
OR
pip install -r requirements.txt
Running the Proxy Checker
python3 ./main.py
Using a virtual environment for Mac for preferences:
python3 -m venv venv
source venv/bin/activate
TODOs:
- Add socket as a checker type (currently only supports web)
- More testing on Linux & Windows (Developed on Mac OS X)
- Proxy Sorter for unknown proxies
- Properly clean up the typing and use MyPy to ensure you're doing it correctly.
- use actual ENUMS from python instead of Cols Object!
- for private functions in the class use self._FUNC_NAME