A simple application that scrapes job postings from indeed and exports them as a xlsx file
- Heroku : For deployment
- Amazon s3 : For file storage
- Run
python -m pip install -r requirements.txt
to install the required packages - Run
python app.py
to run the application - Open
http://127.0.0.1:5000/
in your browser to view the application