gempir/go-twitch-irc

Can I use it without login?

yms2772 opened this issue · 3 comments

TMI of node.js can fetch a chat without login, but is it not here?

Use the client out of the example

twitch.NewClient("justinfan123123", "oauth:123123123")

TMI has a secret anonymous user that is called justinfanXXX and you can numbers like you want behind it. Oauth doesn't matter either.

I'll reopen this, maybe we could add a constructor for it. To make it easier to discover.

twitch.NewAnonymousClient()

twitch.NewAnonymousClient() has now been implemented and will be part of the next release. Thanks for making the issue!