Tik Tok API
Project description
TikTok-Bot - Free and smart bot for Python.
Note: This project should be considered as an "alpha" release.
Quickstart
from tiktok_bot import TikTokBot
bot = TikTokBot()
# getting your feed (list of posts)
my_feed = bot.list_for_you_feed(count=25)
popular_posts = [for post in my_feed if post.statistics.play_count > 1_000_000]
# extract video urls without watermark (every post has helpers)
urls = [post.video_url_without_watermark for post in popular_posts]
Installation
Install with pip:
pip install tiktok-bot
tiktok-bot requires Python 3.6+
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_bot-0.4.20.tar.gz
(14.8 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_bot-0.4.20.tar.gz.
File metadata
- Download URL: tiktok_bot-0.4.20.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.6.7 Linux/4.15.0-1028-gcp
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cdd2b185815c8d0a99cd0f51af04d49e393b04868d342b9aacf3230ac79c422
|
|
| MD5 |
aeef0dda55038e8e1f33881cd5eeac61
|
|
| BLAKE2b-256 |
f6cefcf8e38361d9096b9fcd629aa017d91240bd7dbbbcac4d09639a5e968e34
|
File details
Details for the file tiktok_bot-0.4.20-py3-none-any.whl.
File metadata
- Download URL: tiktok_bot-0.4.20-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.6.7 Linux/4.15.0-1028-gcp
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d737f4b5dd5c84da79de883cf05a88f76dbee793ae7084f9773d76aa98e5a3a0
|
|
| MD5 |
0c772220b597df5a76c9850e882b623c
|
|
| BLAKE2b-256 |
7498e52498a23323d08dedcada3bb6532b74ec23f3a1f00171469176da1447a8
|