GithubHelp home page GithubHelp logo

loo-kuhs / tiktok-live-downloader Goto Github PK

View Code? Open in Web Editor NEW
14.0 3.0 5.0 57 KB

This is a console application built in TypeScript for downloading live shows from TikTok.

License: GNU General Public License v3.0

TypeScript 100.00%
cli-app nodejs typescript tiktok-live-downloader

tiktok-live-downloader's Introduction

TikTok Live Stream Downloader

This is a refactored version of tiktok-live by Pauloo27.

Project Status

This project is currently in development. Before open a issue, please read all the requirements, installation and usage section.

GitHub top language GitHub last commit GitHub repo size GitHub code size in bytes

Installation

Requirements

This project requires ffmpeg to be installed on your system. You can download it from here.

This project uses native fetch, so you need to have Node.js 18.0.0 or higher installed on your system. You can download it from here.

Install ffmpeg on Windows:

choco install ffmpeg-full
# or
scoop install ffmpeg
# or
winget install ffmpeg

Install ffmpeg on Linux:

sudo apt install ffmpeg

Install ffmpeg on MacOS:

brew install ffmpeg

Usage

Clone the repository:

git clone https://github.com/loo-kuhs/tiktok-live-downloader.git

Install dependencies:

npm install

Build the project:

npm run build

Run the project:

node build/app.js <username> --output <output> --format <format>
# or
node build/app.js <username> -o <output> -f <format>
# or
node build/app.js <username> -o <output>
# or
node build/app.js <username> -f <format>
# e.g.
node build/app.js mrbeast --output mydownloads --format mp4

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Thanks to Pauloo27 for the original project code base.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.