HH.ru wrapper library (jobs searching)
Project description
hhru
HH.ru wrapper library for Python.
There is providers for API and Web (Currently, not implemented)
For authentication, there is Anonymous mode, along with other authentications (currently, also not implemented)
Features
- Anonymous vacancies searches via API
(There is currently boilerplates / not finished features for using authentication / web provider)
How to install
pip install hhru
Example usage
import hhru
# Default client, with `Anonymous` auth and `API` provider
client = hhru.Client()
# List first page of Python remote vacancies, sorted by new.
# You can use strings as params or look into `consts` module
vacancies = client.search_vacancies_over_pages(
text="Python",
search_field="name",
order_by="publication_time",
schedule="remote",
)
Using web provider or custom authentication
# Client with web provider and given authentication data
# TODO: Currently, that will behave like API provider (no implementations for web)
client = hhru.Client(
backend=hhru.BackendWebProvider(
auth=DirectAuthProvider(
login="login",
password="password"
)
)
)
References
- API repo: https://github.com/hhru/api
- API docs: https://api.hh.ru/openapi/redoc
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hhru-0.1.3.tar.gz.
File metadata
- Download URL: hhru-0.1.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.12.7 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52ce4b0117e5dc19f1d7692b038f8f34cece962d4986c3ece78fa767f679099f
|
|
| MD5 |
730633764532d4428d110d70b77ec473
|
|
| BLAKE2b-256 |
b95acdb302b482ecc643203546b737f58c5ba3ab32cfbaead7a43f3a8f5cc652
|
File details
Details for the file hhru-0.1.3-py3-none-any.whl.
File metadata
- Download URL: hhru-0.1.3-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.12.7 Darwin/25.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac79b21f872b1d62266fd5dfbc465b83ddb2a8ee0d05ab3c95a901b6d8f3619b
|
|
| MD5 |
42dba2a8d9e62006cda5379eac1d7a57
|
|
| BLAKE2b-256 |
00e00797bb6fbd5684a52b0811d8870fd5b08dcbe89a0fdcb43ba0a3fd291479
|