Skip to content

Instantly share code, notes, and snippets.

@kwliou
kwliou / search_twitch_chat.js
Created April 18, 2016 02:03
Search Twitch VOD chat replay Node.js script
/* jshint esversion: 6 */
/*
* Usage: node search_twitch_chat.js <numeric_video_id> "<keyword_regex>"
* the video id is in the URL e.g. https://www.twitch.tv/username/v/VIDEO_ID
* if you have minimist installed, you can pass --start <unix_time_seconds> --tick <wait_per_request_ms>
*/
() => {
'use strict';