Tik Tok API
Project description
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.1.tar.gz
(15.3 kB
view hashes)
Built Distribution
tiktok_bot-0.6.1-py3-none-any.whl
(21.8 kB
view hashes)
Close
Hashes for tiktok_bot-0.6.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b2eb15aa5f49911be8de8ad016700c9de1a0b8bb3e9d1d28b3479741a1b7468 |
|
MD5 | d59a58aa885e2cacc8d6d38f3803acb8 |
|
BLAKE2b-256 | fe0afd1200058d0442264bdd7367ff42e9b3cc6282f956b9531dc8a237a7ca47 |