3.2.0 • Published 9 months ago

tikapi v3.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

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

https://www.tikapi.io/documentation/

3.2.0

9 months ago

3.1.6

1 year ago

3.1.5

2 years ago

3.1.31

2 years ago

3.1.3

2 years ago

3.1.22

2 years ago

3.1.4

2 years ago

3.1.41

2 years ago

3.1.2

2 years ago

3.1.21

2 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.1.1-b

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.9

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.41

3 years ago

3.0.0

3 years ago

3.0.42

3 years ago

2.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.11

4 years ago

2.0.1

4 years ago