Skip to main content

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.

Build Status Downloads Package version

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


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)

Uploaded Source

Built Distribution

tiktok_bot-0.6.4-py3-none-any.whl (23.2 kB view details)

Uploaded Python 3

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

Hashes for tiktok_bot-0.6.4.tar.gz
Algorithm Hash digest
SHA256 a1c22203cec424a99374b54070b4c878907ffa3aec53c489c8da2ea02a94effa
MD5 a0ef6a50f9c5770b52b1592411ab047c
BLAKE2b-256 88153001750ba18cbe7472bd1049fe0cff0c58d399ae673b616a5c0c11f76922

See more details on using hashes here.

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

Hashes for tiktok_bot-0.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a5b3df04beceee5aaeee30723d02c32bfc78e49be05e3bd9e551f9687ee5f07a
MD5 0147827ae882f0886107ce1a1121a355
BLAKE2b-256 7189be344936ba72e0d197f68753a20cbfd0b9505756cc4e236afac8c5963d2d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page