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.2.tar.gz
(13.9 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.2-py3-none-any.whl
(14.9 kB
view details)
File details
Details for the file hikerapi-1.7.2.tar.gz.
File metadata
- Download URL: hikerapi-1.7.2.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dd9f43ebe69e1cb70f349885f50c1d25345b4d17fd73694d70d0b50d8d941aa
|
|
| MD5 |
9c7c4670e5ab77b82f86de1dc8a8f7ec
|
|
| BLAKE2b-256 |
f143d49b872c7df89893f6c4f129a24a18555cee442498d59c870819d3f90c9d
|
File details
Details for the file hikerapi-1.7.2-py3-none-any.whl.
File metadata
- Download URL: hikerapi-1.7.2-py3-none-any.whl
- Upload date:
- Size: 14.9 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 |
84f98d3621f32372632da832aab7e3c9985d76fc3f9fb37498c40223a7c3ccb2
|
|
| MD5 |
49f411c4c5684b269ae4a320074cef2b
|
|
| BLAKE2b-256 |
69f0bc3bb391859fe575d0f77dc213a3aaf55a5520f072887f496d37acf777ab
|