https://github.com/ebshimizu/soothsayer
A tool for generating OBS overlays for casting various video games
https://github.com/ebshimizu/soothsayer
caster obs obs-overlays open-broadcaster-software overlays streaming twitch
Last synced: 5 months ago
JSON representation
A tool for generating OBS overlays for casting various video games
- Host: GitHub
- URL: https://github.com/ebshimizu/soothsayer
- Owner: ebshimizu
- License: mit
- Created: 2018-10-05T01:37:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-22T03:21:21.000Z (6 months ago)
- Last Synced: 2025-12-23T14:50:19.205Z (6 months ago)
- Topics: caster, obs, obs-overlays, open-broadcaster-software, overlays, streaming, twitch
- Language: JavaScript
- Homepage:
- Size: 53.8 MB
- Stars: 11
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soothsayer
A tool for generating OBS overlays for casting various video games.
Originally inspired by the [StarCraft Casting Tool](https://github.com/teampheenix/StarCraft-Casting-Tool).
Like the project? There's a tip jar over at Ko-Fi:
[](https://ko-fi.com/E1E2KHZ3)
## Usage
Check out the [GitHub Wiki](https://github.com/ebshimizu/soothsayer/wiki) for usage information and instructions.
## Developing
This should get you started:
```
git clone
yarn install
yarn start
```
If you don't want to use yarn, npm should work just fine.
New overlays should be placed in `src/obs_src`. See the existing overlays for examples.
Semantic-ui and jQuery are available in both the controller and the overlays.