dstoianov / berlin-startup-jobs-analyzer

frequency word analyzer based on a job title

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frequency word analyzer based on a job title and tags in position

berlin-startup-jobs simple words analyzer

Requirements

  • Python 3.7

Quick start

  1. clone repository, install libs check outdated
    git clone https://github.com/dstoianov/berlin-startup-jobs-analyzer.git
    cd berlin-startup-jobs-analyzer/
    python3 -m venv .venv or via virtualenv .venv --python=python3
    source .venv/bin/activate
    pip install --upgrade pip
    pip install -r requirements.txt
    pip list --outdated  # show outdated libs
  2. collect and analyze data
    python src/crawler.py
    python src/analyzer.py

Results Analysis

Description:

  • the first parameter is the technology name
  • the second parameter is the frequent occurrence

Output Results:

  • see files in adoc format in repo

Statistics:

Number of open vacancies and tags in them for BerlinStartupJobs and Stack OverFlow sites

Date BerlinStartupJobs Tags BerlinStartupJobs Urls StackOverFlow Tags StackOverFlow Urls
2020-01 907 223 2020 485
2020-02 1020 248 2122 506
2020-03 908 209 1960 473
2020-04 830 196 1605 390
2020-05 682 162 1294 318
2020-06 430 113 1138 278
2020-08 458 137 1117 281
2020-10 731 185 1311 313
2020-11 678 172 1418 337

About

frequency word analyzer based on a job title


Languages

Language:Python 100.0%