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
Постить в https://pypi.org/project/hikerapi/
Креды (запроси у лида) в ~/.pypirc
Постить так
python setup.py sdist
twine upload dist/*
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.3.tar.gz
(14.6 kB
view details)
File details
Details for the file hikerapi-1.7.3.tar.gz.
File metadata
- Download URL: hikerapi-1.7.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
087fbc634d65b3007ac9d33570ad828d34b77d83585f684561bad9db351b8748
|
|
| MD5 |
4fccc240fe0761e656d8a60bd654cbca
|
|
| BLAKE2b-256 |
9f4921a6fd8b4af98d91eccdc84a886c28977b358278f69b3545a5ce3bc1e129
|