Hirondelle
Create bots for OBS and Twitch graphically
URL: https://hirondelle.open-source.church/
En développement, tout peut arriver.
Serveur discord OSC: https://discord.gg/7FG3WvW
Screenshot
Features
- No installation
- No login required
- No data collected, everything stays in your browser
OBS:
- Control OBS remotely
- Respond to scene change, stream status change, etc.
- Play sounds, display message boxes, progress bar, confettis, …
Twitch:
- Respond to message, announcements, subs, follows, channel point rendemption
- Send messages and announcements
Install the dependencies
yarn
# or
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)
quasar dev
Lint the files
yarn lint
# or
npm run lint
Format the files
yarn format
# or
npm run format
Build the app for production
quasar build
Customize the configuration
See Configuring quasar.config.js.