TikAPI | TikTok Unofficial API
Project description
Unofficial TikTok API

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
Installation
Node.js
npm i tikapi@latest
Python 3
pip3 install tikapi
Usage
Javascript
ES6 Import Syntax is recommended
import TikAPI from 'tikapi';
const api = TikAPI("myAPIKey");
Common JS
Import it like this in Node with CommonJS to get the Intellisense Support & Types
const TikAPI = require('tikapi').default;
const api = TikAPI("myAPIKey");
Python
from tikapi import TikAPI
api = TikAPI("myAPIKey")
Documentation
Check out the documentation for full code samples on all endpoints
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
tikapi-3.1.41.tar.gz
(15.5 kB
view details)
File details
Details for the file tikapi-3.1.41.tar.gz.
File metadata
- Download URL: tikapi-3.1.41.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
184394fa07c4b4609b2663fd28e580a0075299c485ad457bcf44496ea5be79ff
|
|
| MD5 |
552a03ff9d32a7860cc07224cece12bc
|
|
| BLAKE2b-256 |
2a281090d9f1b82455db2b5279e292571d465a1f3f653e8b7bf559945b176eaa
|