# Hikerapi client, for Python 3
## Installation
```
pip install hikerapi
```
## Usage
Create a token https://hikerapi.com/tokens and copy "Access key"
```python
from hikerapi import Client
cl = Client(token="<ACCESS_KEY>")
user = cl.user_by_username_v2("instagram")
print(user)
```
```python
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
```
Raw data
{
"_id": null,
"home_page": "https://hikerapi.com",
"name": "hikerapi",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "instagram private api, instagram-private-api, instagram api, instagram-api, instagram, instagram-scraper, instagram-client, instagram-stories, instagram-feed, instagram-reels, instagram-insights, downloader, uploader, videos, photos, albums, igtv, reels, stories, pictures, instagram-user-photos, instagram-photos, instagram-metadata, instagram-downloader, instagram-uploader",
"author": "Hikerapi",
"author_email": "support@hikerapi.com",
"download_url": "https://files.pythonhosted.org/packages/cd/69/6e7b537ff425432dcf98202fe5da65fbbf344ea0a826cdeaf0b32371622f/hikerapi-1.6.0.tar.gz",
"platform": null,
"description": "# Hikerapi client, for Python 3\n\n## Installation\n\n```\npip install hikerapi\n```\n\n## Usage\n\nCreate a token https://hikerapi.com/tokens and copy \"Access key\"\n\n```python\nfrom hikerapi import Client\n\ncl = Client(token=\"<ACCESS_KEY>\")\nuser = cl.user_by_username_v2(\"instagram\")\nprint(user)\n```\n\n```python\nfrom hikerapi import AsyncClient\n\ncl = AsyncClient(token=\"<ACCESS_KEY>\")\nuser = await cl.user_by_username_v2(\"instagram\")\nprint(user)\n```\n\n## Run tests\n\n```\nHIKERAPI_TOKEN=<token> pytest -v tests.py\n\nHIKERAPI_TOKEN=<token> pytest -v tests.py::test_search_music\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "hikerapi client, for Python 3.",
"version": "1.6.0",
"project_urls": {
"Homepage": "https://hikerapi.com"
},
"split_keywords": [
"instagram private api",
" instagram-private-api",
" instagram api",
" instagram-api",
" instagram",
" instagram-scraper",
" instagram-client",
" instagram-stories",
" instagram-feed",
" instagram-reels",
" instagram-insights",
" downloader",
" uploader",
" videos",
" photos",
" albums",
" igtv",
" reels",
" stories",
" pictures",
" instagram-user-photos",
" instagram-photos",
" instagram-metadata",
" instagram-downloader",
" instagram-uploader"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cd696e7b537ff425432dcf98202fe5da65fbbf344ea0a826cdeaf0b32371622f",
"md5": "b1fbc178fa094f3db96e67d02c6ac293",
"sha256": "99e8ababa35162986d172a8da0453edf08b8f3279c5420fa61b1e1b49fff64e3"
},
"downloads": -1,
"filename": "hikerapi-1.6.0.tar.gz",
"has_sig": false,
"md5_digest": "b1fbc178fa094f3db96e67d02c6ac293",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 12909,
"upload_time": "2024-12-18T14:40:34",
"upload_time_iso_8601": "2024-12-18T14:40:34.726078Z",
"url": "https://files.pythonhosted.org/packages/cd/69/6e7b537ff425432dcf98202fe5da65fbbf344ea0a826cdeaf0b32371622f/hikerapi-1.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-18 14:40:34",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "hikerapi"
}