Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ALIILAPRO/Tikdan
Unofficial api tiktok
https://github.com/ALIILAPRO/Tikdan
aliilapro python tiktok tiktokapi
Last synced: 3 months ago
JSON representation
Unofficial api tiktok
- Host: GitHub
- URL: https://github.com/ALIILAPRO/Tikdan
- Owner: ALIILAPRO
- License: gpl-3.0
- Created: 2022-03-03T16:48:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T14:41:10.000Z (over 1 year ago)
- Last Synced: 2024-07-17T00:16:22.201Z (4 months ago)
- Topics: aliilapro, python, tiktok, tiktokapi
- Language: Python
- Homepage: https://pypi.org/project/tikdan
- Size: 14.6 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`:
```sh
pip install tikdan
```## Usage
```python
from tikdan import Tikdantiktok_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](https://github.com/ALIILAPRO/Tikdan/blob/main/LICENSE).