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.5.8.tar.gz
(12.8 kB
view details)
File details
Details for the file hikerapi-1.5.8.tar.gz.
File metadata
- Download URL: hikerapi-1.5.8.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ab9ac92e34a27912332fbbf0199baf4dd8b84a68cbfd5b4b5c6184c9fd81e1a
|
|
| MD5 |
2e787e057d2faa7a3f7388b635d43321
|
|
| BLAKE2b-256 |
84c5639a42db44e078cb763165c81ea6a935e1f7a0e20276bbcbd87d9512d718
|