Skip to content

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

License

Notifications You must be signed in to change notification settings

Fluxticks/TikTokDL

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:

  • Find a more exact value for tiktok_magic.MAXIMUM_REQUEST_BODY (Currently ~8MB)

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

No packages published