Socket
Socket
Sign inDemoInstall

tikapi

Package Overview
Dependencies
32
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tikapi

A fully managed unofficial TikTok API with OAuth capabilities


Version published
Weekly downloads
2.2K
increased by3.97%
Maintainers
1
Install size
76.0 MB
Created
Weekly downloads
 

Readme

Source

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/

Keywords

FAQs

Last updated on 17 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc