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.
Follow these simple steps to get started with the project:
-
Clone the Repository:
git clone https://github.com/Familenko/djinni_statistic.git
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
source venv/bin/activate
-
Install Requirements:
pip install -r requirements.txt
-
Run the Web Scraping Script:
python parsing/main.py
-
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!