Metadata-Version: 2.1
Name: tiktokget
Version: 1.0.1
Summary: A tiktok getter.
Home-page: https://github.com/charmparticle/tiktokget
Author: github.com/charmparticle
Author-email: UNKNOWN
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: yt-dlp
Requires-Dist: requests
Requires-Dist: selenium

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

**Prerequisites**

You'll need:

 * [Firefox](https://www.mozilla.org/en-US/firefox/new/)
 * [gecko-driver](https://github.com/mozilla/geckodriver/releases)
 * [python](https://www.python.org/)

 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 by username (without watermarks)

 or

 tiktokget -w username

 to download with watermarks




