Metadata-Version: 1.1
Name: tiktokget
Version: 1.0.2
Summary: A tiktok getter.
Home-page: https://github.com/charmparticle/tiktokget
Author: github.com/charmparticle
Author-email: UNKNOWN
License: BSD 3-Clause License
Description: **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
         
         
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
