Categorygithub.com/cesoun/go-twitch-irc/v3
package
3.0.2
Repository: https://github.com/cesoun/go-twitch-irc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-twitch-irc

See forked for README:

Added support for proxy based net-dial. (socks5)

env

variables

WEBSHARE_API_KEY=<api_key>

set env

export $(grep -v '^#' .env | xargs)

unset env

unset $(grep -v '^#' .env | sed -E 's/(.*)=.*/\1/' | xargs)