This commit is contained in:
parent
0243eb33dd
commit
bd2496fa0e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ client_id="client-id: [fill me in!]"
|
||||||
json2() {
|
json2() {
|
||||||
# download this from https://github.com/vi/json2/blob/master/json2
|
# download this from https://github.com/vi/json2/blob/master/json2
|
||||||
# and edit this line accordingly.
|
# and edit this line accordingly.
|
||||||
~/python3 ~/src/json2/json2 "$@"
|
python ~/src/json2/json2 "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
curl -LsS 'https://api.twitch.tv/kraken/streams/followed?limit=100&stream_type=all' \
|
curl -LsS 'https://api.twitch.tv/kraken/streams/followed?limit=100&stream_type=all' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue