junine1210 / Parser_HeadHunter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser of hh

This parser is quick and easy to use

  • Parser use multoprocessing
  • Parser write all data to csv file
  • Script use 20 processes

Documantation

if you don't have virtualenv, you should run this in your terminal :

pip install virtualenv

When virtualenv is installed, you should run another commands in your terminal :

  1. git clone https://github.com/Antony201/Parser_HeadHunter.git

  2. cd Parser_HeadHunter

  3. virtualenv venv

  4. source venv/bin/activate

  5. pip install -r requirements.txt

Congratulations!

Just paste url of first page on headhunter to var "url" in "parser_hh.py"

  1. alt text
  2. alt text

Then run file :

  • python parser_hh.py

Good luck! =)

About


Languages

Language:Python 100.0%