{"id":18952389,"url":"https://github.com/tailscale/bsky-webhook","last_synced_at":"2025-10-06T02:56:44.460Z","repository":{"id":260388068,"uuid":"869149121","full_name":"tailscale/bsky-webhook","owner":"tailscale","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-02T11:26:55.000Z","size":85,"stargazers_count":19,"open_issues_count":2,"forks_count":0,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-09-29T23:56:03.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tailscale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-07T19:54:12.000Z","updated_at":"2025-09-02T11:26:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"906ac79a-05f0-415f-98a5-0d9fa78990f1","html_url":"https://github.com/tailscale/bsky-webhook","commit_stats":null,"previous_names":["tailscale/bsky-webhook"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tailscale/bsky-webhook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailscale%2Fbsky-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailscale%2Fbsky-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailscale%2Fbsky-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailscale%2Fbsky-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tailscale","download_url":"https://codeload.github.com/tailscale/bsky-webhook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tailscale%2Fbsky-webhook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551483,"owners_count":26005389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T13:33:04.713Z","updated_at":"2025-10-06T02:56:44.453Z","avatar_url":"https://github.com/tailscale.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bsky-webhook\n\n[![status: experimental](https://img.shields.io/badge/status-experimental-blue)](https://tailscale.com/kb/1167/release-stages/#experimental)\n\nSends Slack webhook alerts for Bluesky messages using [Jetstream](https://github.com/bluesky-social/jetstream).\n\n## Running\n\n```bash\nexport BSKY_APP_PASSWORD=asdf-asdf-asdf\nexport SLACK_WEBHOOK_URL=https://tailscale.slack.com/...\ngo run ./cmd/bsky-webhook/ -bsky-handle me.example.com -watch-word \"pangolin\"\n```\n\n## Configuration\n\nThese configuration options are available as command-line flags and\nenvironment variables. Those without defaults are required, unless\nexplicitly marked as optional.\n\nHere's the complete table based on the provided Go code:\n\n| Command-line flag    | Environment variable | Default value                            | Description                                                                 |\n|----------------------|----------------------|------------------------------------------|-----------------------------------------------------------------------------|\n| `-addr`              | `JETSTREAM_ADDRESS`  | Rotation of all public jetstream servers | The [jetstream][jetstream] hostname to connect to.                          |\n| `-bsky-handle`       | `BSKY_HANDLE`        | none                                     | The Bluesky handle of the account that will make API requests.              |\n| `-bsky-app-password` | `BSKY_APP_PASSWORD`  | none                                     | The Bluesky app password for authentication.                                |\n| `-slack-webhook-url` | `SLACK_WEBHOOK_URL`  | none                                     | The Slack webhook URL for sending notifications.                            |\n| `-bsky-server-url`   | `BSKY_SERVER_URL`    | \"https://bsky.social\"                    | The Bluesky PDS server to send API requests to URL.                         |\n| `-watch-word`        | `WATCH_WORD`         | \"tailscale\"                              | The word to watch out for; may support multiple words in the future.        |\n| `-secrets-url`       | `SECRETS_URL`        | none                                     | The address of a [setec][setec] server to fetch secrets from (optional)     |\n| `-secrets-prefix`    | `SECRETS_PREFIX`     | \"\"                                       | A prefix to prepend to secret names fetched from setec (optional)           |\n| `-ts-hostname`       | `TS_HOSTNAME`        | \"\"                                       | A Tailscale hostname where the server should run (optional)                 |\n| `-ts-state-dir`      | `TS_STATE_DIR`       | none                                     | Where Tailscale state should be stored, if `-ts-hostname` is set (optional) |\n\n[jetstream]: https://github.com/bluesky-social/jetstream\n[setec]: https://github.com/tailscale/setec\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailscale%2Fbsky-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftailscale%2Fbsky-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftailscale%2Fbsky-webhook/lists"}