Skip to content

ALIILAPRO/Tikdan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.