usage: python3 -m tiktok_downloader [-h] [--snaptik | --ssstik | --tikmate | --mdown | --ttdownloader | --tikwm | --tikdown | --tiktok] [--host HOST] [--debug] [--port PORT] (--server | --url URL) [--info] [--json | --save SAVE]
Tiktok Downloader [CLI]
options:
-h, --help show this help message and exit
List Of Services:
--snaptik
--ssstik
--tikmate
--mdown
--ttdownloader
--tikdown
--tikwm
--tiktok
Web Configuration:
--host HOST Set host to run this web
--debug Set flask mode to debug
--port PORT Set port
Mode:
--server Run as web application
--url URL Video URL
Optional:
--info Print info video like author, id & etc
Output Type:
--json Print result to json format
--save SAVE Write the result to file
$ python3 -m tiktok_downloader --host=0.0.0.0 --port=8000 --server
* Serving Flask app 'tiktok_downloader.server' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on http://127.0.0.1:8000 (Press CTRL+C to quit)