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:
- Firefox
- gecko-driver
- Python 3.x
- yt-dlp and most of it's dependancies (pycryptodomex not required) for getting videos without watermark
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.