Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 474 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 474 Bytes

Job Search

A simple application that scrapes job postings from indeed and exports them as a xlsx file

Tools used:

  • Heroku : For deployment
  • Amazon s3 : For file storage

Run in local machine:

  1. Run python -m pip install -r requirements.txt to install the required packages
  2. Run python app.py to run the application
  3. Open http://127.0.0.1:5000/ in your browser to view the application