Skip to main content

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

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

Project details


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.60.tar.gz (15.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page