Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 960 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 960 Bytes

Djinni Job Vacancies Analysis Project

Overview

Welcome to the Djinni Job Vacancies Analysis Project! This project focuses on conducting an in-depth analysis of Python Developer job vacancies within the IT sector, sourced from Djinni.

How to Use

Follow these simple steps to get started with the project:

  1. Clone the Repository:

    git clone https://github.com/Familenko/djinni_statistic.git
  2. Create a virtual environment:

    python -m venv venv
  3. Activate the virtual environment:

    source venv/bin/activate
  4. Install Requirements:

    pip install -r requirements.txt
  5. Run the Web Scraping Script:

    python parsing/main.py
  6. Open Analytic file for deep info:

    python analytic/main.ipynb
    

Feel free to explore and customize the project based on your analysis needs. Happy coding!