Skip to main content

hikerapi client, for Python 3.

Project description

Hikerapi client, for Python 3

Installation

pip install hikerapi

Usage

Create a token https://hikerapi.com/tokens and copy "Access key"

from hikerapi import Client

cl = Client(token="<ACCESS_KEY>")
user = cl.user_by_username_v2("instagram")
print(user)
from hikerapi import AsyncClient

cl = AsyncClient(token="<ACCESS_KEY>")
user = await cl.user_by_username_v2("instagram")
print(user)

Run tests

HIKERAPI_TOKEN=<token> pytest -v tests.py

HIKERAPI_TOKEN=<token> pytest -v tests.py::test_search_music

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

hikerapi-1.5.1.tar.gz (12.0 kB view details)

Uploaded Source

File details

Details for the file hikerapi-1.5.1.tar.gz.

File metadata

  • Download URL: hikerapi-1.5.1.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for hikerapi-1.5.1.tar.gz
Algorithm Hash digest
SHA256 94fa574529993ba32f4f25a219d894c9c5ce88b5eaac7bc1a8d6a7e41405cf0e
MD5 aae2b36ed8d771c5923c29c630bc9b14
BLAKE2b-256 9926a9f264d4669b0811beee98be84342f020fab3b2b509d1d622e2c68b40d3b

See more details on using hashes here.

Supported by

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