Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
186 B · 8 lines
Shell
12345678#!/bin/bash
set -euo pipefail
upstream="${1:-"wss://bsky.network"}"echo "listening on port 8765"
websocat --binary -E ws-l:0.0.0.0:8765 $upstream/xrpc/com.atproto.sync.subscribeRepos