tikdan is a Python package that provides functionality for exporting video information from TikTok URLs using the TikMate API.
You can install tikdan using pip
:
pip install tikdan
from tikdan import Tikdan
tiktok_api = Tikdan.Api()
url = input("Enter TikTok URL: ")
video_info = tiktok_api.export_video_info(url)
print(video_info)
This project is licensed under the GNU General Public License v3.0.