Skip to main content

A Python library for collecting TikTok data

Project description

TikTok Collector

A Python library for collecting TikTok data including hashtags and keywords.

Installation

pip install tiktok-collector

Features

  • Collect TikTok posts by hashtag
  • Collect TikTok posts by keyword
  • Collect TikTok Comment by post link
  • Configurable API settings
  • Rate limiting and error handling

Usage

Basic Usage

from tiktok_collector import TiktokHashtagCollector, SparkS3Writer

# Initialize collector
collector = TiktokHashtagCollector(api_key="your_rapidapi_key")

# Collect posts by hashtag
posts = collector.collect_by_hashtag(
    hashtag="python",
    max_posts=100,
    min_likes=1000
)

# Collect posts by keyword


### Configuration

You can configure the collector using environment variables:

```bash
export TIKTOK_API_KEY=your_rapidapi_key
export AWS_ACCESS_KEY_ID=your_access_key
export AWS_SECRET_ACCESS_KEY=your_secret_key
export AWS_REGION=us-east-1

Requirements

  • Python 3.7+
  • requests
  • pandas
  • numpy
  • python-dotenv
  • boto3
  • pytz
  • httplib2
  • sqlalchemy
  • openpyxl
  • pyspark
  • hadoop-aws
  • aws-java-sdk-bundle

License

This project is licensed under the MIT License - see the LICENSE file for details.

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_collector-0.5.6.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

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

tiktok_collector-0.5.6-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

Details for the file tiktok_collector-0.5.6.tar.gz.

File metadata

  • Download URL: tiktok_collector-0.5.6.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.6

File hashes

Hashes for tiktok_collector-0.5.6.tar.gz
Algorithm Hash digest
SHA256 d1e56431699766a29dd6255b5c1e1968a0050545335709d6ea1a626d31364253
MD5 e2f5e19540b0cbca3e9e4590dc89b391
BLAKE2b-256 052a7386cb8bbba76f1b3db82d0e520bfd9fa63805f55f02ecfe9d266d1563f6

See more details on using hashes here.

File details

Details for the file tiktok_collector-0.5.6-py3-none-any.whl.

File metadata

File hashes

Hashes for tiktok_collector-0.5.6-py3-none-any.whl
Algorithm Hash digest
SHA256 a4cf6627834f1124abdb684cc177ef8aebc990879b2d4a2cd0ba9d660d8a0094
MD5 bf19fd234f6b5f5001aaf6edb1847358
BLAKE2b-256 a09f8a2d05f73f3d38a801e35cdfff176eb725cf541ce7bcae129e2bc87ab489

See more details on using hashes here.

Supported by

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