Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camalot/obs-notifications
https://github.com/camalot/obs-notifications
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/camalot/obs-notifications
- Owner: camalot
- Created: 2018-07-01T16:15:46.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-04T02:43:55.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:22:09.296Z (8 months ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## SETUP ENVIRONMENT VARIABLES
### REQUIRED
- `APP_STREAMLABELS_PATH`: The path to where the StreamLabels files are located
### OPTIONAL
- `APP_DATABASE_PATH`: Path to store database files (Default: `./databases`)## STREAM LABELS SESSION TEMPLATES
### OBS API
- `/obs`
- `/sources` : `GET` : List all the sources, that match the `filter` pattern in the `obs.config.json`
- `/sources/aliases/:all?` : `GET` : list the defined aliases
- `/sources/keys/:all?` : `GET` : an array of the alias keys
- `/sources/alias/:alias/name` : `GET` : Get an item name from the alias
- `/sources/alias/:alias/` : `GET` : Get item info from the alias
- `/source/:source/visible/:render` : `PUT` : Set the visible state of the `:source` from the `:render` value## SOCIAL OVERLAY
- `/social/[position:left|right]/[animation:flip|fade]/`
### BUILT-IN SOCIAL NETWORKS
- twitch
- mixer
- snapchat
- github
- discord
- patreon
- tumblr
- psn
- xbox
- steam
- battlenet
- uplay
- origin
- nintendo
- playstv
- gamewisp
- paypal
- google+
- skype### CUSTOMIZE
- `/admin/social` : configuration for the social overlay