I hereby claim:
- I am eggshell on github.
- I am eggshell (https://keybase.io/eggshell) on keybase.
- I have a public key ASDwjWezmBGkYOJIJ9drohHxslTknhMCFJBxTaWwJ4F8hQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import ( | |
"fmt" | |
"os" | |
twitch "github.com/Onestay/go-new-twitch" | |
) | |
func GetLiveStreams() []Stream { | |
client := twitch.NewClient(os.Getenv("client_id")) | |
input := twitch.GetStreamsInput{ | |
GameID: []string{"33214"}, |