Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elf64/tcct
Twitch Chat Client for Terminal made in Go
https://github.com/elf64/tcct
client console go twitch
Last synced: 3 months ago
JSON representation
Twitch Chat Client for Terminal made in Go
- Host: GitHub
- URL: https://github.com/elf64/tcct
- Owner: elf64
- License: mit
- Created: 2018-04-08T19:42:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T18:51:29.000Z (over 1 year ago)
- Last Synced: 2024-07-29T09:25:43.665Z (4 months ago)
- Topics: client, console, go, twitch
- Language: Go
- Size: 43.9 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-twitch-dev - pukapy/tcct - Twitch Chat Client for Terminal made in Go. (Libraries / Golang)
README
## Twitch Chat Client for Terminal made in go
Preview:![alt text](https://github.com/pukapy/tcct/blob/master/screenshots/gitt2.gif)
## Usage
1. Edit conf.json with your username, channel, api_key(oauth2)
```json
{
"Name": "--",
"Server": "irc.twitch.tv",
"Api_key": "--",
"Channel": "--",
"Port": "6667"
}
```
2. go run start.go### Other stuff
* I'm using the [gocui](https://github.com/jroimartin/gocui) package for Command Line GUI
* Currently it only supports connecting to 1 twitch channel