Skip to content

NathanWorkman/seeker

Repository files navigation

Seeker - [WIP]

Seeker is a job board aggregator. Check multiple job boards for positions you might be interested in and organize them all in one convenient location.

This project is a WIP. If you find a bug or would like a new spider/feature added please open a pull request.

⚙️ Setup

Docker

The easiest way to get started is to clone this repo and run docker-compose:

git clone git@github.com:NathanWorkman/seeker.git
cd seeker/
docker-compose build
docker-compose up

To run the spiders

Execute the individual spiders from inside the docker container

docker exec -it seeker_app scrapy crawl spidername

or run all the spiders at once:

docker exec -it seeker_app python crawl.py

Navigate to 0.0.0.0:8000 to view results.

💻 Job Boards