Skip to main content

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

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

hhru-0.1.3.tar.gz (7.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hhru-0.1.3-py3-none-any.whl (13.5 kB view details)

Uploaded Python 3

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

Hashes for hhru-0.1.3.tar.gz
Algorithm Hash digest
SHA256 52ce4b0117e5dc19f1d7692b038f8f34cece962d4986c3ece78fa767f679099f
MD5 730633764532d4428d110d70b77ec473
BLAKE2b-256 b95acdb302b482ecc643203546b737f58c5ba3ab32cfbaead7a43f3a8f5cc652

See more details on using hashes here.

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

Hashes for hhru-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ac79b21f872b1d62266fd5dfbc465b83ddb2a8ee0d05ab3c95a901b6d8f3619b
MD5 42dba2a8d9e62006cda5379eac1d7a57
BLAKE2b-256 00e00797bb6fbd5684a52b0811d8870fd5b08dcbe89a0fdcb43ba0a3fd291479

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page