8000 GitHub - priestd09/tiktokget: A tiktok downloader. Downloads all tiktok videos for a username.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

priestd09/tiktokget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

tiktokget

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

Prerequisites

You'll need:

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

 pip3 install tiktokget

or in Windows:

 py -m pip install tiktokget

Invocation is simple:

 tiktokget username

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

To download with watermarks, use:

 tiktokget -w username

or

tiktokget username -w

Whichever one floats your boat.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0