Skip to content

birthdaycorp/twitch-chat-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitch-chat-cli

Read Twitch chat on your terminal




Installation

$ npm install -g twitch-chat-cli

Usage

First generate an OAuth token to connect to the Twitch IRC.

Add your OAuth token:

$ tc add <username> <token>

Connect to a channel to start reading chat:

$ tc connect <channel-name>

Emotes

This feature currently only works in iTerm, which has support for displaying pictures.

To see Twitch emotes as pictures, you will need to have the API server running, which allows the CLI to query for global and channel specific emotes. You will need to have Docker installed to run the server.

First clone this repo:

$ git clone https://github.com/dongy7/twitch-chat-cli.git

Start the Docker containers from the api directory:

$ cd api
$ docker-compose up

The server should now be running at http://localhost:3000/.

About

💬 Twitch chat in your terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.0%
  • Shell 2.4%
  • Dockerfile 1.6%