Skip to content

ATHman3/tiktok_live_comments_scrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping TikTok Live Comments to CSV

This project allows you to scrape all comments from a TikTok live stream and save them to a CSV file in the chat folder.

This project is built on top of the TikTok-Live-Connector library by zerodytrash. Make sure to check out their repository for more information and to show your support.

Prerequisites

Before running this project, make sure you have the following installed:

  • Node.js - JavaScript runtime environment
  • Git - Version control system

Installation

  1. Clone this repository to your local machine.

    git clone https://github.com/ATHman3/tiktok_live_comments_scrap.git
  2. Navigate to the project directory:

    cd tiktok_live_comments_scrap
  3. Install the project dependencies by running the following command:

    npm install

Usage

To run the project and scrape TikTok live comments to a CSV file, use the following command:

node live.js <TIKTOK_USERNAME>

Files tree

tiktok_live_comments_scrap/
├── chat/
│ ├── TIKTOK_USERNAME_date1.csv
│ ├── TIKTOK_USERNAME_date2.csv
│ └**

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published