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
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