Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.65 KB

File metadata and controls

60 lines (37 loc) · 1.65 KB

Fast-MultiThreaded-ProxyChecker

💙 For issues contact me on discord: alimuhammadsecured_65817

MacOSx/Linux/Windows Multi-threaded Proxy Checker, User Friendly

A portable, simple, fast, and easy-to-use Python Proxy Checker for web scraping.

Screenshot 2024-09-15 at 10 14 58 PM

Installation

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
Screenshot 2024-09-15 at 10 13 48 PM Screenshot 2024-09-15 at 10 14 39 PM Screenshot 2024-09-15 at 10 14 45 PM

TODOs:

  1. Add socket as a checker type (currently only supports web)
  2. More testing on Linux & Windows (Developed on Mac OS X)
  3. Proxy Sorter for unknown proxies
  4. Properly clean up the typing and use MyPy to ensure you're doing it correctly.
  5. use actual ENUMS from python instead of Cols Object!
  6. for private functions in the class use self._FUNC_NAME