1.0.1 • Published 1 year ago

tikchan v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

npm version

TikChan

a package that you can use to download video tiktok no watermark and more

Table of contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

Start with install library using yarn or npm:

$ npm install tikchan

Or if you prefer using Yarn:

$ yarn add tikchan
 const TikChan = require('mengscrape-manga')

Usage

Scripts

 TikChan.download('https://www.tiktok.com/@gelap106/video/7160002182283054363?is_from_webapp=1&sender_device=pc&web_id=7196247961113200130').then(results => {
    console.log(results);
  }).catch(err => {
    console.log(err);    
  })

If you using asynchronous

  async function DownloadTest(url) {
    const results = await TikChan.download(url)
    console.log(results);
  }

Output

{
  no_wm: 'https://ttdownloader.com/dl.php?v=YTo0OntzOjk6IndhdGVybWFyayI7YjowO3M6NzoidmlkZW9JZCI7czozMjoiYTdlMWY0YjBjNjg0YzQxMWNlNTc1YjViZmY2NzFkNTkiO3M6MzoidWlkIjtzOjMyOiIxODlhMWIyNTRmNDhkNzkwY2U2NzE1NTBmZTk1ZThlZCI7czo0OiJ0aW1lIjtpOjE2NzYwMzI4ODE7fQ==',
  wm: 'https://ttdownloader.com/dl.php?v=YTo0OntzOjk6IndhdGVybWFyayI7YjoxO3M6NzoidmlkZW9JZCI7czozMjoiYTdlMWY0YjBjNjg0YzQxMWNlNTc1YjViZmY2NzFkNTkiO3M6MzoidWlkIjtzOjMyOiIxODlhMWIyNTRmNDhkNzkwY2U2NzE1NTBmZTk1ZThlZCI7czo0OiJ0aW1lIjtpOjE2NzYwMzI4ODE7fQ=='
}

API

Download

TikChan.download(url)

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Arie Akbarull Ridho - ariear - ariear

See also the list of contributors who participated in this project.