{"id":17989548,"url":"https://github.com/evilfreelancer/hh-dataset-generator","last_synced_at":"2025-11-03T17:00:19.618Z","repository":{"id":110657255,"uuid":"564461128","full_name":"EvilFreelancer/hh-dataset-generator","owner":"EvilFreelancer","description":"Vacancies/Keywords DataSet generator by details crawled from API HH.ru","archived":false,"fork":false,"pushed_at":"2022-11-12T07:07:58.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T15:15:41.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EvilFreelancer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-10T19:13:25.000Z","updated_at":"2022-11-10T19:14:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b2c7239-7da2-4467-afd6-f2ea465dacf9","html_url":"https://github.com/EvilFreelancer/hh-dataset-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fhh-dataset-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fhh-dataset-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fhh-dataset-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvilFreelancer%2Fhh-dataset-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvilFreelancer","download_url":"https://codeload.github.com/EvilFreelancer/hh-dataset-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247117749,"owners_count":20886439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-29T19:14:55.500Z","updated_at":"2025-11-03T17:00:14.498Z","avatar_url":"https://github.com/EvilFreelancer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vacancies/Keywords DataSet generator from HH.ru\n\nCollection of simple scripts for crawling vacancies from HH.ru site\nvia API for generating CSV file by fields data like: name,\ndescription and key skills.\n\nIt helps to generate CSV file with following format:\n```csv\n\"$name1 \u0026 $description1\",\"key skills1\"\n\"$name2 \u0026 $description2\",\"key skills2\"\n\"$name3 \u0026 $description3\",\"key skills3\"\n...\n```\n\nScripts tested on python 3.10 but should work on previous versions too.\n\n## How to use\n\nClone this repo.\n\nInstall all requirements:\n\n```shell\npip install -r requirements.txt\n```\n\n### Get pages\n\nChange `text` field in `download.py` to yours:\n\n```python\ntext = 'NAME:Data science'\n```\n\nThen run script\n\n```shell\npython3 download.py\n```\n\nThis script will download save results from API to `./docs/pagination`\nfolder in JSON format.\n\n### Get details about vacancies\n\nOn the next step we need to download extended details about vacancies:\n\n```shell\npython3 parse.py\n```\n\nScript will call API and save responses to `./docs/vacancies` folder.\n\n### Generate CSV\n\n```shell\npython3 generate.py\n```\n\nResult will be saved to `./docs/csv` folder.\n\n## Links\n\n* https://office-menu.ru/python/96-api-hh\n* https://stackoverflow.com/questions/753052/strip-html-from-strings-in-python\n* https://pythonspot.com/files-spreadsheets-csv/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2Fhh-dataset-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilfreelancer%2Fhh-dataset-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilfreelancer%2Fhh-dataset-generator/lists"}