Tik Tok API
Project description
This project is no longer under development.
A NEW project is being developed here: sudoguy/tiktokpy
tiktok-bot
The most intelligent TikTok 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 = [post 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]
# searching videos by hashtag name
posts = bot.search_posts_by_hashtag("cat", count=50)
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.6.4.tar.gz
(15.9 kB
view details)
Built Distribution
File details
Details for the file tiktok_bot-0.6.4.tar.gz
.
File metadata
- Download URL: tiktok_bot-0.6.4.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.6.7 Linux/4.15.0-1077-gcp
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1c22203cec424a99374b54070b4c878907ffa3aec53c489c8da2ea02a94effa |
|
MD5 | a0ef6a50f9c5770b52b1592411ab047c |
|
BLAKE2b-256 | 88153001750ba18cbe7472bd1049fe0cff0c58d399ae673b616a5c0c11f76922 |
File details
Details for the file tiktok_bot-0.6.4-py3-none-any.whl
.
File metadata
- Download URL: tiktok_bot-0.6.4-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.10 CPython/3.6.7 Linux/4.15.0-1077-gcp
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5b3df04beceee5aaeee30723d02c32bfc78e49be05e3bd9e551f9687ee5f07a |
|
MD5 | 0147827ae882f0886107ce1a1121a355 |
|
BLAKE2b-256 | 7189be344936ba72e0d197f68753a20cbfd0b9505756cc4e236afac8c5963d2d |