I could write a script when i have some time to grab all the chats from the past 6 months and compile them. Probably a day or two unless anyone else wants to do it. It's quite easy using
chat-downloader if you have python installed already (you should).
pip install chat-downloader
and then save this as a batch file (taken from
short's post)
Code:
@echo off
set /p url="Enter the URL for chat_downloader: "
set /p output="Enter the output file name (e.g., chatlog.txt): "
chat_downloader %url% --output %output%
it will ask you to input the video or channel url after that will ask you to give the file a name. Make sure you put the file name in quotes if you have spaces or certain characters in the filename, and end it with .txt like this:
"yymmdd-stream_name.txt"