Metadata-Version: 2.1
Name: tiktokget
Version: 1.0.3
Summary: A tiktok getter.
Home-page: https://github.com/charmparticle/tiktokget
Author: github.com/charmparticle
License: BSD 3-Clause License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
License-File: LICENSE

**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:
 

 tiktokget <argument> username, where argument is one of:

       -w         download with a watermark
       -i         download yt-dlp info.json
       -s         download all subtitles
       -t         download thumbnail
       -at        download all thumbnails
       -o         download original API json files (can get messy)
       -d         write description to a file
       -p         print URLs instead of downloading them
       -v         make yt-dlp verbose

 to download with watermarks
 
 
