|
12 months ago | |
---|---|---|
LICENSE | ||
README.md | 1 year ago | |
duniter-alert.py | 12 months ago |
README.md
Duniter Alert
Creates a simple notification upon pending Duniter transactions.
"Installation"
This script can be downloaded to any location.
git clone https://git.teknik.io/scuti/duniter-alert
Open OBS Studio. Go to Tools, Scripts, Add New Scripts (+), to load this script. If the script has been loaded, Script Log should report:
[duniter-alert.py] duniter alert active.
A small menu for script settings will load underneath the description.
Usage
Requires a text source and a Duniter address to watch.
-
Add a text source onto your scene and select it for the script.
-
Copy and paste an address to watch into the field for 'Address'.
-
Click the Test button to preview what your stream notification would look like.
Additional Notes
Tested with OBS Studio 26.1.2 and Python 3.9.5
If you receive an ImportError as a result of import urllib.request
and a Python version later than 3.8, you may need to apply this patch and rebuild OBS.
https://github.com/WizardCM/obs-studio/commit/413fbe27ee68881f60265f0f2dd670ce42ca220e.patch (related issue)