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

This is a small-ish project with Scrapy and Django for crawling through IT job advertisments, and saving the technologies each of them requires.

Notifications You must be signed in to change notification settings

Saman-Zand-H/JobinjaScraper

Repository files navigation

Jobinja Crawler

This is a project using Scrapy and Django for crawling, possibly analyzing, and storing scraped data.

The purpose of this project (right now) is for analyzing what technologies have a higher demands in job advertisments.

Project Stracture

.
├── apps   # apps live here
│   ├── crawler    # this is the scrapy crawler and all the other folders are django apps
│   │   └── spiders
│   ├── demand
│   │   ├── management
│   │   │   └── commands
│   │   └── migrations
│   └── users
│       └── migrations
└── conf   # this is django's root project dir

Running The Project

This Project makes use of Celery and Celery Beat, to crawl and scrape Jobinja every 6 hours (configurable). Run the project with this command:

    docker-compose up --build

About

This is a small-ish project with Scrapy and Django for crawling through IT job advertisments, and saving the technologies each of them requires.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published