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

dj-archived/ds_smart_job_search

Repository files navigation

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

About

An app for myself to search jobs on Indeed (non-commercial use)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages