Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CLI app for interacting with raw Twitch chat protocol. Handles PINGs (for convenience) and PASS (to keep it from ending up in terminal output)

Notifications You must be signed in to change notification settings

3ventic/raw-twchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

raw-twchat

This is a raw, but still convenient CLI client for Twitch chat. The only two automated inputs are the password, which is taken from environment, and PONGs so you don't have to reply to the PINGs manually. All is shown, except the password, which is obfuscated. Allows replacing unprintable characters with an escaped representation to avoid breaking formatting and invisible characters sneaking through.

Usage

Example:

go install github.com/3ventic/raw-twchat@latest
env TW_OAUTH=xyzxyzxyzxyzxyz raw-twchat -replace-unprintables

Options

  -insecure
        use a plaintext connection
  -replace-unprintables
        replaces unprintable characters like SOH with \uXXXX representation

About

CLI app for interacting with raw Twitch chat protocol. Handles PINGs (for convenience) and PASS (to keep it from ending up in terminal output)

Resources

Stars

Watchers

Forks

Languages