https://github.com/open-source-church/hirondelle
Create bots for OBS and Twitch graphically
https://github.com/open-source-church/hirondelle
obs obs-studio obs-websocket obs-websocket-js quasar twitch twurple vuejs
Last synced: about 2 months ago
JSON representation
Create bots for OBS and Twitch graphically
- Host: GitHub
- URL: https://github.com/open-source-church/hirondelle
- Owner: open-source-church
- License: gpl-3.0
- Created: 2023-07-06T13:24:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T09:19:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T19:49:11.100Z (2 months ago)
- Topics: obs, obs-studio, obs-websocket, obs-websocket-js, quasar, twitch, twurple, vuejs
- Language: Vue
- Homepage: https://hirondelle.open-source.church/
- Size: 1.26 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 browserOBS:
- Control OBS remotely
- Respond to scene change, stream status change, etc.
- Play sounds, display message boxes, progress bar, confettis, images / gifs, ...Twitch:
- Respond to message, announcements, subs, follows, channel point rendemption
- Send messages and announcementsDiscord:
- Respond to message and reactions
- Send messages## Install the dependencies
```bash
yarn
# or
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Lint the files
```bash
yarn lint
# or
npm run lint
```### Format the files
```bash
yarn format
# or
npm run format
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).