A package to download TikTok videos or slideshows by URL without needing to login
Project description
TikTokDL
A python package to download TikTok videos or slideshows by URL without needing to login.
TODO:
- Re-Implement Captcha Verifiation
Usage
- Install the package
$ pip install tiktok-dlpy
- Ensure that playwright has been installed
$ python -m playwright install --with-deps
- Import the package
from tiktokdl.download_post import get_post
- Run the function in an async context
video_or_slide_url = ""
await get_post(video_or_slide_url)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tiktok_dlpy-2.2.0.tar.gz
(23.3 kB
view hashes)