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.6.9.tar.gz (13.9 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: hikerapi-1.6.9.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for hikerapi-1.6.9.tar.gz
Algorithm Hash digest
SHA256 4254733dc0a7fc58fb0e76a2a1ee4d67c99cecc989147a5b77e4494782b54d3c
MD5 ef163217ba405100665fbd788536d232
BLAKE2b-256 b406479a351c36fcdfc64538cbaf136f21507e600600070d256bdeff70e24761

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