stevesbrain / tiktokget

A tiktok downloader. Downloads all tiktok videos for a username.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiktokget

A tiktok downloader for Linux (and probably all other POSIX-compatible systems). Downloads all the TikTok videos of a user via providing their username, with or without watermark.

Prerequisites

You'll need:

Simply install python 3.x using your package manager or the standard distribution, then install tiktokget with:

 pip3 install tiktokget

Invocation is simple:

 tiktokget username

Will download every video (without watermarks) by username, into a folder, also named after their username. The videos will be titled their title in tiktok, prefixed by their ID number.

To download with watermarks, or without the use of yt-dlp, use:

 tiktokget -w username

or

tiktokget username -w

Whichever one floats your boat.

About

A tiktok downloader. Downloads all tiktok videos for a username.


Languages

Language:Python 100.0%