TikTok Info: Module for retrieving and processing information from TikTok.
Project description
TikTokInfo
TikTokInfo is a Python library and command-line tool for fetching TikTok video metadata, including the author, title, thumbnail, and avatar.
📦 Installation
pip install tiktok_info
run
run manually using the command:
tiktok_info -url <url_tiktok> -help
run using the script:
from tiktok_info import TikTokInfo
url = "https://vm.tiktok.com/vid_id/"
tiktok = TikTokInfo(url)
print("Author:", tiktok.author())
print("Title:", tiktok.title())
print("Thumbnail:", tiktok.thumbnail())
print("Avatar:", tiktok.avatar())
print("Endpoint URL:", tiktok.endpoint())
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_info-0.1.2.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tiktok_info-0.1.2.tar.gz.
File metadata
- Download URL: tiktok_info-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02afb9726da71de473b6132f3254e935760e06f3223f22597e30db06b17bfee8
|
|
| MD5 |
20abaddb989df947565ee97c46e7dfaf
|
|
| BLAKE2b-256 |
2ab00f46b72826b12c916a747d34397390383b2826612e520c29c1d51ca98201
|
File details
Details for the file tiktok_info-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: tiktok_info-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b2aa6f2cf8c871587e21cabe9db8b91ee6617a54538db6f1dc34fbfd1e17414
|
|
| MD5 |
28445b6f6138b4cdf9722d746a25326b
|
|
| BLAKE2b-256 |
cf772d8eb756ae97234e49204410d398ab4bbeb22c450cb66ce9a1946b583703
|