6 lines
210 B
Bash
6 lines
210 B
Bash
#!/bin/bash
|
|
|
|
# Autorización de twitch (https://dev.twitch.tv/docs/authentication)
|
|
export twitchauth="r283c2jg3x7rdkco7ntm83i69dff77"
|
|
# ID del cliente de twitch
|
|
export clientid="rg4vruf4sh6zcuvujmi600c9smvhvn"
|