Metadata-Version: 2.1
Name: tikuppppp
Version: 2021.1.20
Summary: An auto downloader and uploader for TikTok videos.
Home-page: https://github.com/Coloradohusky/TikUp
Author: Yaya
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Requires-Dist: internetarchive (>=1.9.5)
Requires-Dist: TikTokApi (>=3.8.8)
Requires-Dist: youtube-dl (>=2020.11.12)

TikUp
=====

An auto downloader and uploader for TikTok profiles.

**Requirements**  
[TikTok-Api](https://github.com/davidteather/TikTok-Api), [internetarchive](https://archive.org/services/docs/api/internetarchive/index.html), and [youtube-dl](https://github.com/ytdl-org/youtube-dl) on Python 3.

**How to Install**  
Install with `pip install tikup`.

**How to Use**
```
usage: tikup.py [-h] [--no-delete] [--hashtag] [--limit LIMIT]
                [--use-download-archive] [--id] [--liked] [--sort]
                user

An auto downloader and uploader for TikTok videos.

positional arguments:
  user

optional arguments:
  -h, --help            show this help message and exit
  --no-delete           don't delete files when done
  --hashtag             download hashtag instead of username
  --limit LIMIT         set limit on amount of TikToks to download
  --use-download-archive
                        record the video url to the download archive. This
                        will download only videos not listed in the archive
                        file. Record the IDs of all downloaded videos in it.
  --id                  download this video ID
  --liked               download the user's liked posts
  --sort                sort into folders based on TikTok username
```


