Skip to content

9qUmV4/obs-text-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBS-Plugin: Text Display

This small script launches a webserver that accepts POST Requests and writes the contentent of the toDisplay key to a file (`toDisplay.txt). An OBS text field can be configered to display the content of this file.

Installation

You need a python interpreter set up (Testet with 3.9.7). Than run:

python.exe -m venv .venv
.\.venv\Script\activate
pip install requirements.txt

Than you need to create an OBS text field. Configure it to read the content to display from [toDisplay.txt](./toDisplay.txt). You should now see a Hello World`.

Running

Run the server and enjoy:

flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published