# 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)