Skip to content

Brok-Bucholtz/TopOfThePile

Repository files navigation

Top of the Pile

Prerequisites

  • Python 3
  • Docker

Install

pip3 install -r requirements.txt

Edit config.ini with your indeed publisher number. If you do not have a publisher number, you can receive one by heading to the Indeed Publisher Portal.

[INDEED]
PublisherNumber = <Indeed_Publisher_Numer_Here>

Usage

Run a mongo and mail server instances

docker-compose up

Run a task

python3 top_of_the_pile.py <Task> (--locations locations) (--verbose)

Example Tasks

For example, to monitor new jobs in San Fransisco, San Jose, and Moution View, you would do the following:

python3 top_of_the_pile.py monitor_indeed --locations "San Fransisco, California" "San Jose, California" "Moution View, California"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages