A Twitch bot that provides games & overlays.
To setup the bot you need a bot Twitch account (just a regular account) and a Twitch Application.
Follow the instructions:
-
Create a
.envfile inpackages/backend/with the following content
DATABASE_URL: database connection string for PrismaCLIENT_ID: your client IDCLIENT_SECRET: your client secretBOT_USERNAME: your bot's username (the account you created for the bot)CHANNEL: the channel you want the bot to join. You can give multiple channels seperated with comma like so:CHANNEL,CHANNEL
You can run the project with pnpm start:dev (bun start:dev if you're Tawny).
Open http://localhost:3000/ in your browser and you should see a button saying Connect to Twitch.
Once you connect to Twitch, the bot will join the channel.
TODO
TODO



