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.4.tar.gz
(12.9 kB
view details)
File details
Details for the file tikapi-3.0.4.tar.gz.
File metadata
- Download URL: tikapi-3.0.4.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d535a10f0bd1de10c3d96d2683298a9f79c083d3c6efe8b32b6577742cff46f
|
|
| MD5 |
bb5e892c3e76497d903d5bb2d81913e8
|
|
| BLAKE2b-256 |
47b9b24f657b6dcebee65768ea52f96022bd98eb57608a33f8cf6b41d9867d00
|