An open API service indexing awesome lists of open source software.

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

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

![image](https://github.com/open-source-church/hirondelle/assets/1192933/8ef60039-1f13-4ccc-89fd-fc2524f07d88)

### 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, images / gifs, ...

Twitch:

- Respond to message, announcements, subs, follows, channel point rendemption
- Send messages and announcements

Discord:

- 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).