diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2015-10-21 16:47:05 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2015-10-21 16:47:05 -0700 |
commit | d7eef063a7d993dcd91a701f151597a678b09190 (patch) | |
tree | 22968b9e611614266bae49d451ad1ff6aea3038e /README | |
download | twitchtools-d7eef063a7d993dcd91a701f151597a678b09190.tar.gz twitchtools-d7eef063a7d993dcd91a701f151597a678b09190.zip |
twitchtools: initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +Authenticated commands use https://github.com/dustinlakin/twitch-rb + +twitch-rb is incredibly badly maintained because the Ruby community does not +believe in stable APIs. I am tentatively targeting commit f619e3a of it because +it requires less patching than every other commit I've found. + +You'll probably want to use 'patch -p1 < twitch-rb-editchannel.patch' on it. + |