NathanWorkman / seeker

Seeker - another job board aggregator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Seeker - another job board aggregator.


Languages

Language:Python 97.6%Language:HTML 1.5%Language:Shell 0.7%Language:Makefile 0.2%Language:Dockerfile 0.1%Language:CSS 0.0%