Display a list of streamers and their status using the twitch.tv API. The user may add/remove/filter streamers from the list.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can `wget` your way out of the GitHub repo to get a tar file ([archive][1]): | |
wget --no-check-certificate https://github.com/User/repo/archive/master.tar.gz | |
# better, if the certificate authorities are present: | |
wget https://github.com/User/repo/archive/master.tar.gz | |
will get you a file named 'master' from the user 'User''s repo 'repo'. | |
The [updated V3 API url][2] is: |