3.1.5 • Published 7 months ago

tikapi v3.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
7 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.1.5

7 months ago

3.1.31

10 months ago

3.1.3

10 months ago

3.1.22

11 months ago

3.1.4

8 months ago

3.1.41

8 months ago

3.1.2

1 year ago

3.1.21

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.1.1-b

1 year ago

3.0.8

2 years ago

3.0.7

2 years ago

3.0.9

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.41

2 years ago

3.0.0

2 years ago

3.0.42

2 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.11

3 years ago

2.0.1

3 years ago