Skip to content

Getting Started

Prerequisites

Installation

Install the package via pip:

pip install voxta-twitch-relay

Basic Configuration

Create a .env file in your project directory:

# Twitch Credentials
TWITCH_TOKEN=oauth:xxxxxxxxxxxxxxxxxxxxxx
TWITCH_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxx
TWITCH_CHANNEL=your_channel_name

# Gateway Settings
GATEWAY_URL=http://localhost:8081
IMMEDIATE_REPLY=true

Running the Relay

Simply run the command:

voxta-twitch-relay

The relay will log into Twitch and start listening for messages. You can monitor the status at http://localhost:8082.