tikapi


Nametikapi JSON
Version 3.1.41 PyPI version JSON
download
home_pagehttps://www.tikapi.io
SummaryTikAPI | TikTok Unofficial API
upload_time2023-09-22 17:54:08
maintainer
docs_urlNone
authorTikAPI
requires_python
licenseTikAPI
keywords tikapi tiktok api tiktok scraper tiktok tiktokapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Unofficial TikTok API <img src='https://img.shields.io/npm/v/tikapi'> <img src='https://img.shields.io/pypi/v/tikapi'>

A fully managed hassle-free TikTok API solution with OAuth capabilities. 

Get started by getting an API Key at https://www.tikapi.io

*Note: Spam/Abuse and other use cases that are against community guidelines are forbidden.*

SDK & Documentation made with [Rests](https://github.com/el1s7/rests)

## Installation

Node.js

```bash
npm i tikapi@latest
```

Python 3

```bash
pip3 install tikapi
```

## Usage

### Javascript
ES6 Import Syntax is recommended
```javascript
import TikAPI from 'tikapi';

const api = TikAPI("myAPIKey");
```

#### Common JS
Import it like this in Node with CommonJS to get the Intellisense Support & Types
```javascript
const TikAPI = require('tikapi').default;

const api = TikAPI("myAPIKey");
```

### Python
```python
from tikapi import TikAPI

api = TikAPI("myAPIKey")
```

## Documentation

Check out the documentation for full code samples on all endpoints

https://www.tikapi.io/documentation/
            

Raw data

            {
    "_id": null,
    "home_page": "https://www.tikapi.io",
    "name": "tikapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tikapi,tiktok api,tiktok scraper,tiktok,TikTokApi",
    "author": "TikAPI",
    "author_email": "contact@tikapi.io",
    "download_url": "https://files.pythonhosted.org/packages/2a/28/1090d9f1b82455db2b5279e292571d465a1f3f653e8b7bf559945b176eaa/tikapi-3.1.41.tar.gz",
    "platform": null,
    "description": "# Unofficial TikTok API <img src='https://img.shields.io/npm/v/tikapi'> <img src='https://img.shields.io/pypi/v/tikapi'>\n\nA fully managed hassle-free TikTok API solution with OAuth capabilities. \n\nGet started by getting an API Key at https://www.tikapi.io\n\n*Note: Spam/Abuse and other use cases that are against community guidelines are forbidden.*\n\nSDK & Documentation made with [Rests](https://github.com/el1s7/rests)\n\n## Installation\n\nNode.js\n\n```bash\nnpm i tikapi@latest\n```\n\nPython 3\n\n```bash\npip3 install tikapi\n```\n\n## Usage\n\n### Javascript\nES6 Import Syntax is recommended\n```javascript\nimport TikAPI from 'tikapi';\n\nconst api = TikAPI(\"myAPIKey\");\n```\n\n#### Common JS\nImport it like this in Node with CommonJS to get the Intellisense Support & Types\n```javascript\nconst TikAPI = require('tikapi').default;\n\nconst api = TikAPI(\"myAPIKey\");\n```\n\n### Python\n```python\nfrom tikapi import TikAPI\n\napi = TikAPI(\"myAPIKey\")\n```\n\n## Documentation\n\nCheck out the documentation for full code samples on all endpoints\n\nhttps://www.tikapi.io/documentation/",
    "bugtrack_url": null,
    "license": "TikAPI",
    "summary": "TikAPI | TikTok Unofficial API",
    "version": "3.1.41",
    "project_urls": {
        "Homepage": "https://www.tikapi.io"
    },
    "split_keywords": [
        "tikapi",
        "tiktok api",
        "tiktok scraper",
        "tiktok",
        "tiktokapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a281090d9f1b82455db2b5279e292571d465a1f3f653e8b7bf559945b176eaa",
                "md5": "552a03ff9d32a7860cc07224cece12bc",
                "sha256": "184394fa07c4b4609b2663fd28e580a0075299c485ad457bcf44496ea5be79ff"
            },
            "downloads": -1,
            "filename": "tikapi-3.1.41.tar.gz",
            "has_sig": false,
            "md5_digest": "552a03ff9d32a7860cc07224cece12bc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 15497,
            "upload_time": "2023-09-22T17:54:08",
            "upload_time_iso_8601": "2023-09-22T17:54:08.556255Z",
            "url": "https://files.pythonhosted.org/packages/2a/28/1090d9f1b82455db2b5279e292571d465a1f3f653e8b7bf559945b176eaa/tikapi-3.1.41.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-22 17:54:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tikapi"
}
        
Elapsed time: 0.13231s