/proxy-checker

proxy-checker is a simple Python utility designed to test your proxies (http, https, socks ) in a fast and reliable way. It will test for availability (returning corresponding status code). Test results will be displayed via a user-friendly dashboard or csv.

Primary LanguageHTML

Service for check proxies

Setup

  1. virtualenv -p python3.8 venv
  2. source vebv/bin/activate
  3. pip install -r requirements.txt

Run python3 main.py

Then open in browser http://127.0.0.1:8000

Tests From project directory run pytest