OBS Studio Twitter Integration

OBS Studio Twitter Integration v1.0

MHKetbi

New Member
MHKetbi submitted a new resource:

OBS Studio Twitter Integration - A Python script for automating tweets about streaming status

# OBS Studio Twitter Integration

## Overview

This script provides a simple integration between OBS Studio and Twitter, allowing users to automatically send tweets when their OBS Studio stream starts or stops. It's designed to keep your followers updated about your streaming activities directly through Twitter.

## Prerequisites

- OBS Studio installed with the `obspython` module.
- Python 3.11.4 environment set up with the `tweepy` library installed.
- Valid Twitter API credentials...

Read more about this resource...
 

MHKetbi

New Member
next version will add options in ui to make it easier, for now just edit the script for custom message.
 

MHKetbi

New Member
version 0.2:
- added unix timestamp as measure to create differences between tweets and avoid getting "duplicate" tweet error.
 
Top