Skip to content

Instantly share code, notes, and snippets.

View KazeroG's full-sized avatar
🏠
Working from home

Adryan Serage KazeroG

🏠
Working from home
View GitHub Profile
@KazeroG
KazeroG / gist:ed8c88928e5a7a3383f606546a9fa3f4
Created December 3, 2019 06:39
GitHub Api download zip or tarball link
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:

Twitch Streamers

Display a list of streamers and their status using the twitch.tv API. The user may add/remove/filter streamers from the list.