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+
Release files for tiktok-bot 0.6.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tiktok_bot-0.6.4.tar.gz | 15.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tiktok_bot-0.6.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.1 kB
Release files / tiktok_bot-0.6.4.tar.gz
| Download URL | tiktok_bot-0.6.4.tar.gz |
|---|---|
| Size | 15.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a1c22203cec424a99374b54070b4c878907ffa3aec53c489c8da2ea02a94effa
|
|
BLAKE2b-256 checksum How to use checksums |
88153001750ba18cbe7472bd1049fe0cff0c58d399ae673b616a5c0c11f76922
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.10 CPython/3.6.7 Linux/4.15.0-1077-gcp
|
Release files / tiktok_bot-0.6.4-py3-none-any.whl
| Download URL | tiktok_bot-0.6.4-py3-none-any.whl |
|---|---|
| Size | 23.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a5b3df04beceee5aaeee30723d02c32bfc78e49be05e3bd9e551f9687ee5f07a
|
|
BLAKE2b-256 checksum How to use checksums |
7189be344936ba72e0d197f68753a20cbfd0b9505756cc4e236afac8c5963d2d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.10 CPython/3.6.7 Linux/4.15.0-1077-gcp
|