项目作者: pukapy

项目描述 :
Twitch Chat Client for Terminal made in Go
高级语言: Go
项目地址: git://github.com/pukapy/tcct.git
创建时间: 2018-04-08T19:42:53Z
项目社区:https://github.com/pukapy/tcct

开源协议:MIT License

下载


Twitch Chat Client for Terminal made in go

Preview:

alt text

Usage

  1. Edit conf.json with your username, channel, api_key(oauth2)
    1. {
    2. "Name": "--",
    3. "Server": "irc.twitch.tv",
    4. "Api_key": "--",
    5. "Channel": "--",
    6. "Port": "6667"
    7. }
  2. go run start.go

Other stuff

  • I’m using the gocui package for Command Line GUI
  • Currently it only supports connecting to 1 twitch channel