Service for check proxies
Setup
virtualenv -p python3.8 venv
source vebv/bin/activate
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
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.
HTML
Service for check proxies
Setup
virtualenv -p python3.8 venv
source vebv/bin/activate
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