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
Release history Release notifications | RSS feed
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.7.4.tar.gz
(15.0 kB
view details)
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
hikerapi-1.7.4-py3-none-any.whl
(16.1 kB
view details)
File details
Details for the file hikerapi-1.7.4.tar.gz.
File metadata
- Download URL: hikerapi-1.7.4.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55cfa34c29650332fc226966ce942fc5bf6637a4365ac17cdb5f48d7067e675a
|
|
| MD5 |
531543e82f1240a586a6bcb5fd0f2f62
|
|
| BLAKE2b-256 |
1c5f8722b9dad7eae1276fa3988a14eebf5ff6917d76e3793914fb927b8f2fa9
|
File details
Details for the file hikerapi-1.7.4-py3-none-any.whl.
File metadata
- Download URL: hikerapi-1.7.4-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27bcbd785d208a6c3b2f3bab039fb22452d0506d9d14fa2d4b0c4dfb3161b881
|
|
| MD5 |
4a046fafd08ceee6209c81308d432101
|
|
| BLAKE2b-256 |
b6ff9e88bd9f0a71164cf3628924512d64efe26549a3680860bbc6b7cd6768f1
|