Skip to main content

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+

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

If you're not sure about the file name format, learn more about wheel file names.

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.

Release history Release notifications | RSS feed

This release

0.6.4 This release

2 files

0.6.1

2 files

0.6.0

2 files

0.5.0

2 files

0.4.21

2 files

0.4.20

2 files

0.4.19

2 files

0.4.18

2 files

0.4.4

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page