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.7.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.7-py3-none-any.whl
(16.2 kB
view details)
File details
Details for the file hikerapi-1.7.7.tar.gz.
File metadata
- Download URL: hikerapi-1.7.7.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 |
0689268b6f100dff0790b0d6baeecac5e2621bd08de46c512aa3db45aea7bcd6
|
|
| MD5 |
14c55274d600a9fd60a857f0cc034bf5
|
|
| BLAKE2b-256 |
69adc4b80928ccf9d17d1b6c199159bfc47c7e7c87566cec5d6b683c4abf0808
|
File details
Details for the file hikerapi-1.7.7-py3-none-any.whl.
File metadata
- Download URL: hikerapi-1.7.7-py3-none-any.whl
- Upload date:
- Size: 16.2 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 |
cf09140d4e50a82b5e7e18c4ad610b5341524c9e4b978cdaac760a2548aaab19
|
|
| MD5 |
a73eb2c74d6e7e394d3cb86c40e8f2d7
|
|
| BLAKE2b-256 |
253c270a88fe0fbfbde2bb08289fd34ad776982b64d4e9480e3ab08256d88d21
|