Skip to content

0xACE3/tiktok_video_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiktok_video_downloader

This program will download Tiktok videos when provided with video id

Usage:

First create a virtual environment with virtualenv. If you haven't already installed, pip install virutalenv. Then within the program's folder, in terminal, do the following steps:

  • virtualenv venv
  • (On Windows) .\venv\Script\activate.bat
  • pip install -r requirements.txt
   ├── src
   │   ├──<videos>
   │   ├──main.py
   │   ├──logo.py
   │   └── tiktok-video-downloader.bat
   ├── ...
   └── venv
       ├── Scripts
       ├── include
       └── lib

After following the steps, go to src folder and run tiktok-video-downloader.bat file.

Example

Program's Screen

Example

The video can be found in the program's src/videos directory with the name given by the user.

About

This program will download tiktok videos when provided with video id

Resources

License

Stars

Watchers

Forks

Packages

No packages published