Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 536 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 536 Bytes

Tikdan

tikdan is a Python package that provides functionality for exporting video information from TikTok URLs using the TikMate API.

Installation

You can install tikdan using pip:

pip install tikdan

Usage

from tikdan import Tikdan

tiktok_api = Tikdan.Api()
url = input("Enter TikTok URL: ")
video_info = tiktok_api.export_video_info(url)
print(video_info)

License

This project is licensed under the GNU General Public License v3.0.