Skip to content

A simple script that prints the Twitch streaming chat to the console and keeps logs of the chat.

Notifications You must be signed in to change notification settings

encoderpie/twitch-chat-to-log-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

twitch-chat-log

Log twitch chat to txt file (TEMPLATE) - tmi.js

Install - Clone

git clone https://github.com/encoderpie/twitch-chat-log.git

Install - Edit config

npm i

Edit config.json

config.json:

{
   "channel": "channel_name",
   "log_file_name": "log", // filename to save logs
   "log_file_line_limit": 100
}

log_file_line_limit: When the maximum number of lines of the created log file reaches the number you specify, it creates a new log file. Like 'log1.txt'.

Run

node main.js

Contact

Bug reports and feedback for: Discord Server & Discord Username: discord.com/invite/Rnny2wF9MD & encoderpie#3312

About

A simple script that prints the Twitch streaming chat to the console and keeps logs of the chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published