Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 266 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 266 Bytes

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