GithubHelp home page GithubHelp logo

nurvx / jobsearch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pjhoberman/jobsearch

0.0 0.0 0.0 18 KB

Check for changes on list of urls of career pages (or just pages in general)

License: MIT License

Python 100.00%

jobsearch's Introduction

jobsearch

Check for changes on list of urls of career pages (or just pages in general)

Installation

  1. clone and cd into the directory
  2. pip install -r requirements.txt

Configuration

  1. Update the list of urls in the urls.txt file. One url per line.

Running

  1. From the command line, just run python -m jobs
  2. The script will output the results. It might takes a while depending how many urls and what else your comptuer is doing. It takes my slow machine about 8 seconds to run about 15 sites.

Notes

Both jobs.json and urls.txt are committed with empty / default settings, and then ignored from further commits. If you want to do that on your local branch, run:

git update-index --skip-worktree urls.txt jobs.json

To undo and start tracking again:

git update-index --no-skip-worktree urls.txt jobs.json

To see what files are being skipped:

git ls-files -v . | grep ^S

Source

jobsearch's People

Contributors

pjhoberman avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.