twitch-logs-scraper
Fetches the amount of lines sent or the amount of timeouts for a provided user and channel using https://logs.ivr.fi/
How to use
-
Install Node.js and NPM from https://nodejs.org/en/
-
Extract the zip file to a folder and run
npm install
$ cd twitch-logs-scraper-master $ npm install
-
Run the script with
node ./index.js <channel> <user> <mode?>
The script will save a CSV file to the current directory. You can open this with Excel, Google Sheets, or any other spreadsheet software and create a chart.
The mode can either be
messages
ortimeouts
. If not provided, the script will default tomessages
.
NOTE:
This script uses a third party API to provide log data. The target channel must be logged on the API. You can view all available channels here.