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.7.tar.gz
(13.4 kB
view details)
File details
Details for the file hikerapi-1.6.7.tar.gz.
File metadata
- Download URL: hikerapi-1.6.7.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9439c8d6e4e1a92050b2cbbf78277d17700a4ce77e7c060de28e8b8343f4abf
|
|
| MD5 |
a2474e4c61561ccfb2903547bb06fbca
|
|
| BLAKE2b-256 |
9cdb5ae5d5e57551c8cbd127c0a4bea4d4d6561bca2639344ae8da3b469b58d4
|