Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Latest commit

 

History

History
51 lines (36 loc) · 1.82 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.82 KB

ds_smart_job_search

License: MIT Build Status Updates Python 3 Coverage Code style: black

A short description of the project.

1. Use the app online

ScreenShot


2. Make your personalized job search app

Build your app

# Clone the repo
git clone git@github.com:dujm/ds_smart_job_search.git
rm .git

# Modify scraping conditions
cd app
vim scrape_de.py
# Modify "url_de", "My_City", "max_results_my_city", and "page"

# Web scrape from indeed.de
python scrape_de.py

# Run the app
python app.py

# Visit http://127.0.0.1:5000

Pin your dependencies

pip freeze > requirements.txt

Deploy on Heroku

Follow the Dash deployment guide or have a look at the dash-heroku-template


3. Legality

  • Users may be subject to legal ramifications depending on where and how they attempt to scrape information.
  • Respect the Indeed Terms of Service
  • Respect the rules of robots.txt.
  • Use a reasonable crawl rate