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
tikfo-0.0.1.tar.gz
(2.9 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 tikfo-0.0.1.tar.gz.
File metadata
- Download URL: tikfo-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
698ee276e535f05ef83e50d37a08b57cd16a108d3186a1dce06fdaf226143410
|
|
| MD5 |
2020b52fd0b874a8bdb4b96e23e1c181
|
|
| BLAKE2b-256 |
e03493c32030a05f7e78618a798e00aa5537ac75e23b770b821515aff3e4b279
|
File details
Details for the file tikfo-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: tikfo-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
510440cd9f96ed4a73611443df819343405021970f89718da1c9bef34e7437f7
|
|
| MD5 |
114549cb94f362127f4dc9293066ffb4
|
|
| BLAKE2b-256 |
b1306045b21f311ab2e07f61283586adf109e4302f0f24f770ee4eaed1d7b927
|