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.2.1.tar.gz
(15.8 kB
view details)
File details
Details for the file tikapi-3.2.1.tar.gz.
File metadata
- Download URL: tikapi-3.2.1.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42abef143655d729bdb1f80f3c038ae37b23989b948360d15c24c171f23d9f26
|
|
| MD5 |
b0e105a3434473fac684f16937bb2007
|
|
| BLAKE2b-256 |
e096ace3e98c02b4a66e24b884e472b682e6e8ae439798e21a0a016907103a7e
|