GithubHelp home page GithubHelp logo

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

View Code? Open in Web Editor NEW
7.0 3.0 4.0 39 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. It is not yet ready for production.

Ongoing

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 also requires Node.js to be 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:

npm start <tiktok username>
# e.g.
npm start mrbeast

TODO

  • Add support for flv url extraction
  • Simplify the ffmpeg console output

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.

tiktok-live-downloader's People

Contributors

loo-kuhs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tiktok-live-downloader's Issues

i got error TS6059

hey I get an error after typing npm run build. Can you help me?

user@DESKTOP-50APGT5 MINGW64 ~/Desktop/tiktok-live-downloader-master
$ npm run build

[email protected] build
tsc

error TS6059: File 'C:/Users/user/Desktop/tiktok-live-downloader-master/tiktok-live-downloader/src/app.ts' is not under 'rootDir' 'C:/Users/user/Desktop/tiktok-live-downloader-master/src'. 'rootDir' is expected to contain all source files.
The file is in the program because:
Matched by default include pattern '**/*'

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.