BasioMeusPuga / twitchy

CLI streamlink wrapper for twitch.tv
GNU General Public License v3.0
91 stars 14 forks source link

add query argument #29

Open lasers opened 5 years ago

lasers commented 5 years ago

Hi, I made something. Do you want this too? twitchy --non-interactive --query GameName,Uptime,Viewers would not require users to change anything in their config. It's also ideal for plugins. I haz one, but not with this.

With both arguments merged, it essentially would make the [NON-INTERACTIVE] section useless and that the plugins should use arguments instead to specify what they need (EDIT: In that order too).

BasioMeusPuga commented 5 years ago

I'm not sure about this. Let me think about it for a little bit.

Kevin-Mok commented 4 years ago

This seems helpful. My idea was to parse the CSV from --non-interactive using xsv to filter specific columns for a watch command, but this would eliminate the need for xsv.