Skip to content

Michele0303/tiktok-live-recorder

Repository files navigation

TikTok Live Recorder🎥

TikTok Live Recorder is a tool for recording live streaming tiktok.

Licence Python

The TikTok Live Recorder is a tool designed to easily capture and save live streaming sessions from TikTok. It records both audio and video, allowing users to revisit and preserve engaging live content for later enjoyment and analysis. It's a valuable resource for creators, researchers, and anyone who wants to capture memorable moments from TikTok live streams.

image

Install on Windows & Linux 💻

To clone and run this application, you'll need Git and Python3 installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Michele0303/tiktok-live-recorder
# Go into the repository
$ cd tiktok-live-recorder
# Install dependencies
$ pip install -r requirements.txt
# Run the app on windows
$ python main.py -h
# Run the app on linux
$ python3 main.py -h

Install on Android 📱

Install Termux from F-Droid: HERE - Avoid installing from Play Store to prevent potential issues.

From termux command line:

# Update packages
$ pkg update
$ pkg upgrade
# Install git, python3, ffmpeg
$ pkg install git python3 ffmpeg
# Clone this repository
$ git clone https://github.com/Michele0303/tiktok-live-recorder
# Go into the repository
$ cd tiktok-live-recorder
# Install dependencies
$ pip install -r requirements.txt
# Run the app
$ python main.py -h

To-Do List 🔮

  • Automatic Recording
  • Recording by room_id
  • Recoding by tiktok live url
  • Using a proxy to bypass login restrictions in some countries. (only to get the room_id)
  • Implement a logging system
  • Improve the graphical user interface
  • Add a feature to send recorded live streams to Telegram via the Telegram bot

Legal ⚖️

This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by TikTok or any of its affiliates or subsidiaries. Use at your own risk.