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.0.6.tar.gz
(13.2 kB
view details)
File details
Details for the file tikapi-3.0.6.tar.gz.
File metadata
- Download URL: tikapi-3.0.6.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
223a7f6946cd83d765bdff2aafda90fde01afe117237369adbd0cb93296db3b4
|
|
| MD5 |
60a3d4850f4d031f14f68c1c0fca1649
|
|
| BLAKE2b-256 |
f5b9cd75c0cea03a85cf3b100a45736196d3c4aa01657f1ba961cc8b7304514f
|