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.6.3.tar.gz
(13.2 kB
view details)
File details
Details for the file hikerapi-1.6.3.tar.gz.
File metadata
- Download URL: hikerapi-1.6.3.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36179dc9ed94e0eab36b8b97d3ce314ea6e6ac39e302d4a3f5a2b6aa78b561bf
|
|
| MD5 |
0eca2e2196927e3754ea1e6f692ff1e1
|
|
| BLAKE2b-256 |
a178f3f7879f2b92bcd031924450a9bf8d0b0f29b8077bdf3f57f7e98f17e287
|