Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 314 Bytes

Glassdor scrapper using flask Check collection folder for postman collection file

How to setup :

  1. Install python 3
  2. Create virtual environtment
  3. Activate virtual environtment
  4. Go to root directory and install python dependencies "pip install -r requirements.txt"
  5. Run apps "flask run" or "python run.py"