https://github.com/mackenly/wirecast-applescript-api
Express API for sending commands to Wirecast on Mac using AppleScript
https://github.com/mackenly/wirecast-applescript-api
applescript broadcast-automation production-automation wirecast wirecast-api
Last synced: 10 months ago
JSON representation
Express API for sending commands to Wirecast on Mac using AppleScript
- Host: GitHub
- URL: https://github.com/mackenly/wirecast-applescript-api
- Owner: mackenly
- License: gpl-3.0
- Created: 2023-09-17T18:36:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T03:56:58.000Z (over 1 year ago)
- Last Synced: 2025-08-31T01:35:52.316Z (10 months ago)
- Topics: applescript, broadcast-automation, production-automation, wirecast, wirecast-api
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# wirecast-applescript-api
Express API for sending commands to Wirecast on Mac using AppleScript
This tool is Mac only since it uses AppleScript to send commands to Wirecast. In addition, it requires that you have a Wirecast document open and running and that it is run on the same machine as Wirecast.
## Usage
- Clone this repo
- `npm install`
- Edit `.env.example` to match your Wirecast document name and rename to `.env
- `npm start`
- Send requests
Originally inspired by [jakobo/wirecast-utilities](https://github.com/iamjohnbarker/wirecast-applescript).