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.3.tar.gz
(15.4 kB
view details)
File details
Details for the file tikapi-3.1.3.tar.gz.
File metadata
- Download URL: tikapi-3.1.3.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8e0cd696e77236fc186d53934418cbb74ad269b938e0c792271dd4c8248d566
|
|
| MD5 |
069f4c7998afcc739ac1ac06f70b34d1
|
|
| BLAKE2b-256 |
4c06525f17f47a4f885842c3118457cb6d3b79d1a6b5556a5e7b93e58f278f62
|