Metadata-Version: 2.1
Name: parse-hh-data
Version: 0.1.6
Summary: Package for parsing data (vacancies and resumes) from site hh.ru
Home-page: https://github.com/arinaaageeva/parse_hh_data
Author: Arina Ageeva
Author-email: arina.a.ageeva@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (==4.8.2)
Requires-Dist: random-user-agent (==1.0.1)
Requires-Dist: requests (==2.23.0)
Requires-Dist: tqdm (==4.44.1)
Requires-Dist: urllib3 (==1.25.8)

# Parse HH Data Project

`from parse_hh_data import download, parse`

`resume = download.resume("d40ce6f80001a8c8380039ed1f5874726f5a6e")`

`resume = parse.resume(resume)`

`vacancy = download.vacancy("36070814")`

### Command line interface

`download_data resumes ~/data/resumes 13-04-2020 specializations.json`

`parse_resumes ~/data/resumes ~/data/resumes_json 13-04-2020 specializations.json`

