Welcome to Job Aggregator Web Project!

This project is an interactive website built using Flask and Scrapy frameworks as well as MySQL database
Allows users to search for relevant job vacancies from multiple sources such as LinkedIn and Indeed
This project is an interactive website built using Flask and Scrapy frameworks as well as MySQL database
Allows users to search for relevant job vacancies from multiple sources such as LinkedIn and Indeed
This is a website aggregator of job vacancies mainly focused on the Czech Republic. It is built using the Flask framework, which allows users to have secure personal accounts and navigate through various pages of the website. Initially, it offers users the option to log in or register for the website. After the authentication procedure, the main page is displayed, allowing users to search for jobs of their interest in their preferred location. Additionally, users can select from which websites they want to see vacancies.
The jobs are scraped from 5 different websites:
After the search procedure begins, the jobs are dynamically added to the pages as they are scraped. Each job card contains information about the job title, company name, location, the date it was published, and salary if available. Additionally, users can sort the job listings based on their published date to see the most recent listings.
Users can add any job to their list of favorites. These can be found on the My Jobs page. There, for each job, different statuses can be set such as Interesting, Applied, Interview Scheduled, Offer Received, and Denied/No Answer. These favorite jobs, along with their statuses set by users, are stored in the database, so they are preserved even if a user logs out and subsequently comes back. Additionally, on the My Jobs page, users can filter jobs based on their statuses.
The author does not intend to use the scraped data for commercial purposes or any similar activities. The goals of this project are purely educational.
This file runs the app.
app/templates/
.app/static/
.app/routes.py
.app/__init__.py
initializes the Flask app.@login_required
.jobscraper/jobscraper/spiders/
.users_logs
: Stores user credentials.jobs_active
: Stores active job listings.jobs_inactive
: Stores old job listings.favorite_jobs
: Stores user favorite jobs.This project is licensed and prohibits any distribution or commercial use. See the LICENCE file for details.