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.
pip install tiktok_info
tiktok_get -url <url_tiktok> -help
#run using the script
from tiktok_get_info import TiktokGetInfo
url = "https://vm.tiktok.com/vid_id/"
tiktok = TiktokGetInfo(url)
print("Author:", tiktok.author())
print("Title:", tiktok.title())
print("Username:", tiktok.username())
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_get_info-0.0.1.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_get_info-0.0.1.tar.gz.
File metadata
- Download URL: tiktok_get_info-0.0.1.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 |
eb3723ae547ead27a21c2ab117bf9e1a755fad671a8f1a2a9db3a3cebf9db833
|
|
| MD5 |
692bda10bd6f2976adf3acbdb4051fce
|
|
| BLAKE2b-256 |
a3566f30c28a33153963af68745a900cb9dcd480659de049cd25131bfcb5b28c
|
File details
Details for the file tiktok_get_info-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: tiktok_get_info-0.0.1-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 |
05fc3150634e3dd6ecd57f35c9e68ab8297d02cfb0c56f2b45a5dbbc89ff6fc8
|
|
| MD5 |
33e7ff3c4d284bf4a93024e19d4398a1
|
|
| BLAKE2b-256 |
b168d0439ba60f0755fa864496e462ec37d7167bd49ea94289652c55ca7e71f8
|