0.1.1 • Published 6 years ago
@etm12/etomusume v0.1.1
@etm12/etomusume
A CLI tool to save chat logs from Twitch VODs.
Contents
Installation
npm install -g @etm12/etomusume
Usage
By default, comments are printed to stdout, so you can pipe them whereever you need them to. Comments are printed as separate objects instead of a big list of comments.
Using this tool requires you to create a Twitch application to get an application client ID. You can create an application from here or by going to dev.twitch.tv.
After you get a Twitch client ID, there are two ways how you use it with this tool.
Option 1 - command-line option
etomusume --twitch-client-id <client id> --video-id <video id>
This can get tedious and annoying, so the recommended way is to look at option #2.
Option 2 - put it in your env
Add it to your shell of choice's rc
file (.bashrc
, .zshrc
), prefixed with ETOMUSUME
;
export ETOMUSUME_TWITCH_CLIENT_ID=<client id>
After this you can skip --twitch-client-id
when running the tool;
etomusume --video-id <video id>
Why etomusume
えと娘 is life. えと娘 is love.