Skip to content

This is a simple Python module for interacting with the TikTok API (TikWM)

License

Notifications You must be signed in to change notification settings

damirTAG/TikTok-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Module

Introduction

This is a simple Python module for interacting with the TikTok API by TikWM.

It provides functionality to fetch TikTok video data, download videos, and extract audio from videos. Perfect for using in telegram bots/userbots, I made it for my bots so you can easily integrate it to your projects.

TikWM Free API limit: 5.000 requests per day for one IP adress.

Features

  • Fully async [aiohttp | asyncio].
  • Parse TikTok videos by receiving JSON data.
  • Helps to download videos/images/sounds.
  • Search for videos by keywords and search for hashtags.

Requirements

aiohttp==3.8.1
asyncio==3.4.3
tqdm==4.62.3
tenacity==8.2.3

Installation

Just manually copy full code from: https://raw.githubusercontent.com/damirTAG/TikTok-Module/main/TikTok.py

How to use?

See the list of examples here

License

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

About

This is a simple Python module for interacting with the TikTok API (TikWM)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages