hikerapi


Namehikerapi JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://hikerapi.com
SummaryHikerapi client, for Python 3.
upload_time2023-09-07 15:46:07
maintainer
docs_urlNone
authorHikerapi
requires_python>=3.8
licenseMIT
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
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hikerapi client, for Python 3

[![Package](https://github.com/Hikerapi/hikerapi-python/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/Hikerapi/hikerapi-python/actions/workflows/python-package.yml)
![PyPI](https://img.shields.io/pypi/v/hikerapi)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hikerapi)

[![Downloads](https://pepy.tech/badge/hikerapi)](https://pepy.tech/project/hikerapi)
[![Downloads](https://pepy.tech/badge/hikerapi/month)](https://pepy.tech/project/hikerapi)
[![Downloads](https://pepy.tech/badge/hikerapi/week)](https://pepy.tech/project/hikerapi)


## 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": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "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/74/16/48027d879e23fde35d96cfe38ab2d6678d3ca4d33e2f78a073256d976cc9/hikerapi-0.0.1.tar.gz",
    "platform": null,
    "description": "# Hikerapi client, for Python 3\n\n[![Package](https://github.com/Hikerapi/hikerapi-python/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/Hikerapi/hikerapi-python/actions/workflows/python-package.yml)\n![PyPI](https://img.shields.io/pypi/v/hikerapi)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hikerapi)\n\n[![Downloads](https://pepy.tech/badge/hikerapi)](https://pepy.tech/project/hikerapi)\n[![Downloads](https://pepy.tech/badge/hikerapi/month)](https://pepy.tech/project/hikerapi)\n[![Downloads](https://pepy.tech/badge/hikerapi/week)](https://pepy.tech/project/hikerapi)\n\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": "0.0.1",
    "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": "741648027d879e23fde35d96cfe38ab2d6678d3ca4d33e2f78a073256d976cc9",
                "md5": "78ca19c6e3f3d5f4dddb75c41d5b3329",
                "sha256": "5baa6eb01653bc7a24dedc7ad37ae0240095e74554068c5156efd38e4a75ec86"
            },
            "downloads": -1,
            "filename": "hikerapi-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "78ca19c6e3f3d5f4dddb75c41d5b3329",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10236,
            "upload_time": "2023-09-07T15:46:07",
            "upload_time_iso_8601": "2023-09-07T15:46:07.618324Z",
            "url": "https://files.pythonhosted.org/packages/74/16/48027d879e23fde35d96cfe38ab2d6678d3ca4d33e2f78a073256d976cc9/hikerapi-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-07 15:46:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hikerapi"
}
        
Elapsed time: 0.11132s