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
async with AsyncClient(token="<ACCESS_KEY>") as cl:
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.8.tar.gz
(15.4 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.8-py3-none-any.whl
(16.4 kB
view details)
File details
Details for the file hikerapi-1.7.8.tar.gz.
File metadata
- Download URL: hikerapi-1.7.8.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e42981ffa7cf7b3d4f64ce5b0233b270fecb119c525f3b205a4ff387067ebe57
|
|
| MD5 |
8cf02128bc2cd70fe881b289ae7e6bba
|
|
| BLAKE2b-256 |
b3d4f42c6c0e121f6b90fb080d31f3dba05aa78e64f57d18744ab86db013e4cd
|
File details
Details for the file hikerapi-1.7.8-py3-none-any.whl.
File metadata
- Download URL: hikerapi-1.7.8-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b245a9282bad837cb06c2ae387d971f88b51a4f508736eb000e1ee1ab50298a
|
|
| MD5 |
c77e3881a5168e3dd03e950513845ebe
|
|
| BLAKE2b-256 |
a3021251a12a1d0103b762144a1996fde73142490794f5a130e49315b340ecfd
|