# 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": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "tikapi, tiktok api, tiktok scraper, tiktok, TikTokApi",
"author": "TikAPI",
"author_email": "contact@tikapi.io",
"download_url": "https://files.pythonhosted.org/packages/ef/0e/a2f4a57a9e14e01946eb02f9a3f805ae46e9b5e07f95fd32be0dd11a11f1/tikapi-3.2.0.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'>\r\n\r\nA fully managed hassle-free TikTok API solution with OAuth capabilities. \r\n\r\nGet started by getting an API Key at https://www.tikapi.io\r\n\r\n*Note: Spam/Abuse and other use cases that are against community guidelines are forbidden.*\r\n\r\nSDK & Documentation made with [Rests](https://github.com/el1s7/rests)\r\n\r\n## Installation\r\n\r\nNode.js\r\n\r\n```bash\r\nnpm i tikapi@latest\r\n```\r\n\r\nPython 3\r\n\r\n```bash\r\npip3 install tikapi\r\n```\r\n\r\n## Usage\r\n\r\n### Javascript\r\nES6 Import Syntax is recommended\r\n```javascript\r\nimport TikAPI from 'tikapi';\r\n\r\nconst api = TikAPI(\"myAPIKey\");\r\n```\r\n\r\n#### Common JS\r\nImport it like this in Node with CommonJS to get the Intellisense Support & Types\r\n```javascript\r\nconst TikAPI = require('tikapi').default;\r\n\r\nconst api = TikAPI(\"myAPIKey\");\r\n```\r\n\r\n### Python\r\n```python\r\nfrom tikapi import TikAPI\r\n\r\napi = TikAPI(\"myAPIKey\")\r\n```\r\n\r\n## Documentation\r\n\r\nCheck out the documentation for full code samples on all endpoints\r\n\r\nhttps://www.tikapi.io/documentation/\r\n",
"bugtrack_url": null,
"license": "TikAPI",
"summary": "TikAPI | TikTok Unofficial API",
"version": "3.2.0",
"project_urls": {
"Homepage": "https://www.tikapi.io"
},
"split_keywords": [
"tikapi",
" tiktok api",
" tiktok scraper",
" tiktok",
" tiktokapi"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ef0ea2f4a57a9e14e01946eb02f9a3f805ae46e9b5e07f95fd32be0dd11a11f1",
"md5": "d13770410fb98aa96c3cb9f3b60c3e40",
"sha256": "28f9e2e53961628a84eeefbf79cc45541c458b56290dbdf21468b29abbfc215c"
},
"downloads": -1,
"filename": "tikapi-3.2.0.tar.gz",
"has_sig": false,
"md5_digest": "d13770410fb98aa96c3cb9f3b60c3e40",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15699,
"upload_time": "2024-09-28T13:17:13",
"upload_time_iso_8601": "2024-09-28T13:17:13.722904Z",
"url": "https://files.pythonhosted.org/packages/ef/0e/a2f4a57a9e14e01946eb02f9a3f805ae46e9b5e07f95fd32be0dd11a11f1/tikapi-3.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-28 13:17:13",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "tikapi"
}