Skip to content

resloved/tchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

tchat

Commands

trecv

trecv channel

tsend

tsend channel username message

Usage

# Logging
trecv channel >> channel-logs.txt

# Parsing
trecv channel | awk { print $1 }

# Filtering
trecv channel | grep "filter"

# Automating
for x in {1..5}; do tsend channel username message; sleep 30; done

# Respond
trecv channel | awk '$2 ~ /!command/ { system("tsend channel username message") }'

About

๐ŸŽฎ โ€” Twitch Chat Utils.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages