Golang twitch bot app
Download MPG123: https://www.mpg123.de/download/win64/1.32.10/
Add MPG123's folder location to the PATH environment variable
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.
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>"
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.