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
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.2.2.tar.gz
(15.9 kB
view details)
File details
Details for the file tikapi-3.2.2.tar.gz.
File metadata
- Download URL: tikapi-3.2.2.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5b02fdac0d7384659ace7bc20a24ae9d7100914b7e26b26148bfe4b36322f2a
|
|
| MD5 |
77fe3902d5d43779c1da396c8310e729
|
|
| BLAKE2b-256 |
d668f7f78b6ef007315ce0732460f32bcafa5fe6bee6a8b1f42278fb34e5f42c
|