Skip to content

Fluxticks/TikTokDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main Workflow PyPI - Python Version

TikTokDL

A python package to download TikTok videos or slideshows by URL without needing to login.

TODO:

  • Re-Implement Captcha Verifiation

Usage

  1. Install the package
$ pip install tiktok-dlpy
  1. Ensure that playwright has been installed
$ python -m playwright install --with-deps
  1. Import the package
from tiktokdl.download_post import get_post
  1. Run the function in an async context
video_or_slide_url = ""
await get_post(video_or_slide_url)

About

A python package to download TikTok videos or slideshows by URL without needing to login

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors