tsoding / tsoder

Twitch Bot for Morning Tsoding streams
https://www.twitch.tv/tsoding
MIT License
4 stars 1 forks source link

Join a Twitch chat #10

Closed rexim closed 7 years ago

rexim commented 7 years ago

Pieces

The bot should be able to join a twitch chat and sit there. See https://dev.twitch.tv/docs/v5/guides/irc/

rexim commented 7 years ago

Since Twitch uses IRC for their chat functionality we can start with developing a general IRC bot.

rexim commented 7 years ago

This might be helpful https://github.com/archaelus/erlirc

rexim commented 7 years ago

Keep in mind that erlirc is not available in hex.pm. Install it directly from the git repo

{erlirc, {git, "git://github.com/archaelus/erlirc.git", {ref, Ref}}}