Skip to content

navivan123/tb-copy

Repository files navigation

tb-copy

Golang twitch bot app

Installation Requirements

MPG123 Instructions

Windows

Download MPG123: https://www.mpg123.de/download/win64/1.32.10/
Add MPG123's folder location to the PATH environment variable

Linux

Use pacman -S mpg123 to install mpg123 on arch
Use apt for Ubuntu... etc etc etc

It should automatically add it to the PATH and the app will use it.

Environment Instructions

Linux:

Create a file .env on app directory called .env
List out your Eleven Labs api key on the file like so:
ELABS_API="<API_KEY_HERE>"
Also, make sure to set the channel ID you want to use the bot on:
CHANNEL_ID="<CHANNEL_ID_HERE>"

Windows:

Set an environment variable named "ELABS_API" with the ELABS API KEY you use on your account.
Same for "CHANNEL_ID" where "CHANNEL_ID" is the channel you want to use the bot with.

About

an attempt at a go version of the bot used by twitch streamer kenta https://github.com/komdog/KomDog-Twitch-Bot

Resources

Stars

Watchers

Forks

Packages

No packages published