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.5.tar.gz
(13.0 kB
view details)
File details
Details for the file tikapi-3.0.5.tar.gz.
File metadata
- Download URL: tikapi-3.0.5.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9641ae320aa85165fa5909a2213ae619c08bd2670dc7290cbd6beb9247a61a18
|
|
| MD5 |
021db84691034cc90c6cba89bfcf0b65
|
|
| BLAKE2b-256 |
191450d85b819ed87a4463bd440d43d8e92c152a79452ef2746a28589dd22e3a
|