Share it with your AV team — they'll enter it when opening the display page.
- Generate the icons by opening
chrome-extension/icons/generate.htmlin Chrome and downloading all 3 icons into theicons/folder. - Go to
chrome://extensionsin Chrome or Edge and enable Developer mode. - Click Load unpacked and select the
chrome-extension/folder. - The extension connects automatically. Click its icon in the toolbar to see live verses.
bridge.py (WebSocket → clipboard).Download ScriptureCueBridge.exe below (once your team has built it — see “For developers”). Run it before or during service; keep the window open. Verses are copied automatically when the pastor pushes to display.
⬇ Download ScriptureCueBridge.exe (Windows)
If the download fails (404), the file is not on your server yet. Ask your admin to build it and upload ScriptureCueBridge.exe to the same folder as this settings page (e.g. your S3 frontends/ bucket root).
build_exe.bat from the ScriptureCue project root. Copy dist/ScriptureCueBridge.exe to your static host next to settings.html. Optional flags: ScriptureCueBridge.exe --easyworship for keyboard mode (needs extra Python libs in dev build — see Python Bridge section).
ScriptureCueBridge.exe is only the AV clipboard helper. The full operator dashboard in its own window is ScriptureCue.exe (Electron). Build it on a PC with Node.js installed: run build_desktop.bat in the project root. Output: electron-app/dist/ScriptureCue.exe. Place app-config.json next to that exe with your hosted dashboard.html and display.html URLs (see electron-app/app-config.example.json).
- Download
bridge.pyand place it in a folder on your computer. - Install Python (3.9+) if you don't already have it.
- Open a terminal and run the install command once, then start the bridge.
- The bridge connects to ScriptureCue and forwards detected verses to your presentation software.
pip install websocket-client pyperclip pyautogui pygetwindow
python bridge.py
python bridge.py --easyworship
python bridge.py --propresenter --pp-port 1025
build_exe.bat once on your dev machine (needs Python). It produces dist/ScriptureCueBridge.exe — share that single file with any church. They just double-click it, no Python required.
wss://okhe0qa8bc.execute-api.us-east-2.amazonaws.com/production