Main Module

This is the main entry point for the Twitch Claude Bot application.

It sets up logging and initializes the TwitchBot.

twitch_claude_bot.main.load_config()[source]
twitch_claude_bot.main.main()[source]

The main function to run the Twitch Claude Bot.

It initializes and runs the TwitchBot, catching and logging any exceptions that occur.