Skip to content

The Unofficial TikTok API Wrapper In Python, forked for 大数据应用案例实践project

License

Notifications You must be signed in to change notification settings

Xuezha333/TikTok-Api

 
 

Repository files navigation

Unofficial TikTok API in Python

This api is designed to retrieve data TikTok. It can not be used post or upload content to TikTok on the behalf of a user. It has no support any user-authenticated routes, if you can't access it while being logged out on their website you can't access it here.

Documentation

You can find the full documentation here

Getting Started

To get started using this API follow the instructions below.

Installing

Note: Installation requires python3.9+

Create a conda environment

conda create -n tiktok39 python=3.9
conda acitvate tiktok39

Install dependencies

pip install TikTokApi
pip install .

About

The Unofficial TikTok API Wrapper In Python, forked for 大数据应用案例实践project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%