Skip to the content.

Version 1.0 - Release Notes

Overview

BotOfTheSpecter OBS Connector v1.0 is the initial release that bridges BotOfTheSpecter and OBS Studio through WebSocket connections, enabling seamless automation and event-driven workflows.

Core Features

1. BotOfTheSpecter Integration

2. OBS WebSocket Integration

3. Event Handling & Logging

OBS Events Captured:

BotOfTheSpecter Events Supported:

4. Action Execution

Supports execution of OBS actions via BotOfTheSpecter commands:

Action format:

{
  "action": "set_current_program_scene",
  "scene": "Scene Name"
}

or

{
  "action": "set_scene_item_enabled",
  "scene": "Scene Name",
  "item_id": 1,
  "enabled": true/false
}

5. Configuration Management

Configuration Location: %APPDATA%\BotOfTheSpecter\OBSConnector\

Files:

6. User Interface (PyQt6)

7. Logging & Debugging

8. Error Handling

Technical Specifications

Dependencies

System Requirements

Architecture

Known Limitations

Future Enhancements

Version History

1.0 - Initial release (November 8, 2025)