Skip to content

MohammedAldarwish/tiktok-live-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Live Recorder🎥

🚀 This is a modified version of the original tool!
Modifications include: the ability to record multiple live streams simultaneously, and sending a message from a Telegram bot when a stream ends, including the storage location of the recording.

Python Licence

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 and FFmpeg installed on your computer. From your command line:

Note: You must put the TikTok usernames (one per line) inside the users.txt file before running the app.

# Clone this repository
$ git clone https://github.com/MohammedAldarwish/tiktok-live-recorder.git
# Go into the repository
$ cd tiktok-live-recorder
# Go into the source code
$ cd src
# Install dependencies
$ pip install -r requirements.txt --break-system-packages
# Run the app on windows
$ python main.py -user users.txt
# Run the app on linux
$ python3 main.py -users.txt

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
# Go into the source code
$ cd src
# Install dependencies
$ pip install -r requirements.txt --break-system-packages
# Run the app
$ python main.py -h

Guide

To-Do List 🔮

  • Automatic Recording: Enable automatic recording of live TikTok sessions.
  • Authentication: Added support for cookies-based authentication.
  • Recording by room_id: Allow recording by providing the room ID.
  • Recording by TikTok live URL: Enable recording by directly using the TikTok live URL.
  • Using a Proxy to Bypass Login Restrictions: Implement the ability to use an HTTP proxy to bypass login restrictions in some countries (only to obtain the room ID).
  • Implement a Logging System: Set up a comprehensive logging system to track activities and errors.
  • Implement Auto-Update Feature: Create a system that automatically checks for new releases.
  • Send Recorded Live Streams to Telegram: Enable the option to send recorded live streams directly to Telegram.
  • Save Chat in a File: Allow saving the chat from live streams in a file.
  • Support for M3U8: Add support for recording live streams via m3u8 format.
  • Watchlist Feature: Implement a watchlist to monitor multiple users simultaneously (while respecting TikTok's limitations).

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12

Languages