An awesome command line tool to download tiktok videos!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- Python 3.8 or higher
- Chrome v^107
- pip
- Clone the repo
git clone https://github.com/AlexandreDevaux/TikTokDownloader.git
- Change directory
cd TikTokDownloader
- Install requirements
pip install -r requirements.txt --user
python tiktok.py -u "alexandredevauxtiktok"
python tiktok.py -v "https://www.tiktok.com/@alexandredevauxtiktok/video/7010000000000000000"
-h, --help show this help message and exit
-u, --user user to download videos from
-v, --videoUrl url of the video to download
-o, --output name convention of the ouput, for example : `-o video` will name the videos `video_1.mp4, video_2.mp4, ..., default is `video`
--destination, -d destination folder, default is '.' (current folder)
Alexandre Devaux - @TikTok - [email protected]
Project Link: https://github.com/AlexandreDevaux/TikTokDownloader