New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

kitkot

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kitkot

Node package for interacting with our API

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

kitkot_image

NodeJS Package For The KitKot API

📘 For more examples please check the examples folder here, documentation can also be found here

const KitKot = require('kitkot');

const kitkot = new KitKot({
    api_key: "my-api-key",
});

(async() => {
    const user_ids = await kitkot.user.get_user_ids({
        id: "tiktok"
    })
    const user = await kitkot.user.get_user({
        sec_user_id: user_ids.sec_user_id
    })
    console.log(user)
})();

⚙️ Library Methods

  • Follow Users
  • Like Videos
  • Post Comments
  • Scrape Information (User, Video, etc)
  • Join lives & talk/fetch live messages

Keywords

tiktok

FAQs

Package last updated on 21 Dec 2022

Did you know?

Socket

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