{"id":15844442,"url":"https://github.com/kirillzhosul/hhru","last_synced_at":"2025-09-20T10:32:08.239Z","repository":{"id":60920442,"uuid":"539592618","full_name":"kirillzhosul/hhru","owner":"kirillzhosul","description":"HH.ru API library for Python.","archived":false,"fork":false,"pushed_at":"2024-07-28T03:59:39.000Z","size":77,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-18T04:49:33.025Z","etag":null,"topics":["api","api-wrapper","hhru","library","sdk","vacancies"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/hhru","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kirillzhosul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-21T16:51:04.000Z","updated_at":"2025-07-18T11:30:00.000Z","dependencies_parsed_at":"2024-07-28T03:51:14.709Z","dependency_job_id":null,"html_url":"https://github.com/kirillzhosul/hhru","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kirillzhosul/hhru","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillzhosul%2Fhhru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillzhosul%2Fhhru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillzhosul%2Fhhru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillzhosul%2Fhhru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirillzhosul","download_url":"https://codeload.github.com/kirillzhosul/hhru/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirillzhosul%2Fhhru/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275764902,"owners_count":25524389,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api","api-wrapper","hhru","library","sdk","vacancies"],"created_at":"2024-10-05T17:22:24.870Z","updated_at":"2025-09-20T10:32:07.936Z","avatar_url":"https://github.com/kirillzhosul.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hhru\n\n[HH.ru](https://hh.ru/) wrapper library for Python.\n\nThere is providers for API and Web (Currently, not implemented) \\\nFor authentication, there is `Anonymous` mode, along with other authentications (currently, also not implemented)\n\n### Features\n\n- Anonymous vacancies searches via API\n\n(There is currently boilerplates / not finished features for using authentication / web provider)\n\n### How to install\n\n```\npip install hhru\n```\n\n### Example usage\n\n```python\nimport hhru\n\n# Default client, with `Anonymous` auth and `API` provider\nclient = hhru.Client()\n```\n\n```python\n\n# List first page of Python remote vacancies, sorted by new. \n# You can use strings as params or look into `consts` module\nvacancies = client.search_vacancies_over_pages(\n  text=\"Python\",\n  search_field=\"name\",\n  order_by=\"publication_time\",\n  schedule=\"remote\",\n)\n```\n\n\n### Using web provider or custom authentication\n\n```python\n\n# Client with web provider and given authentication data\n# TODO: Currently, that will behave like API provider (no implementations for web)\nclient = hhru.Client(\n  backend=hhru.BackendWebProvider(\n    auth=DirectAuthProvider(\n      login=\"login\", \n      password=\"password\"\n    )\n  )\n)\n```\n\n\n### References\n\n- API repo: https://github.com/hhru/api\n- API docs: https://api.hh.ru/openapi/redoc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirillzhosul%2Fhhru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirillzhosul%2Fhhru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirillzhosul%2Fhhru/lists"}