Skip to content

AlexandreDevaux/TikTokDownloader

Repository files navigation

Contributors Forks Stargazers Issues LinkedIn TikTok


Logo

Best-TikTok-Video-Downloader

Working in November 2022

An awesome command line tool to download tiktok videos!

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

Built With

  • Python
  • Selenium

(back to top)

Getting Started

Prerequisites

  • Python 3.8 or higher
  • Chrome v^107
  • pip

Installation

  1. Clone the repo
    git clone https://github.com/AlexandreDevaux/TikTokDownloader.git
  2. Change directory
    cd TikTokDownloader
  3. Install requirements
     pip install -r requirements.txt --user

(back to top)

Usage

Download all videos from a user

python tiktok.py -u "alexandredevauxtiktok"

Download a specific video

python tiktok.py -v "https://www.tiktok.com/@alexandredevauxtiktok/video/7010000000000000000"

Options

  -h, --help            show this help message and exit
  
  -u, --user            user to download videos from
  
  -v, --videoUrl        url of the video to download
  
  -o, --output          name convention of the ouput, for example : `-o video` will name the videos `video_1.mp4, video_2.mp4, ..., default is `video`
  
  --destination, -d     destination folder, default is '.' (current folder)

(back to top)

Contact

Alexandre Devaux - @TikTok - [email protected]

Project Link: https://github.com/AlexandreDevaux/TikTokDownloader

(back to top)

About

TikTokDownloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages