Log twitch chat to txt file (TEMPLATE) - tmi.js
git clone https://github.com/encoderpie/twitch-chat-log.git
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'.
node main.js
Bug reports and feedback for: Discord Server & Discord Username: discord.com/invite/Rnny2wF9MD & encoderpie#3312