Add Bluesky replies, quotes, and reposts to any web page. Handy for adding a comments section anywhere.
1# AT Protocol credentials for the hide-reply moderation script.
2#
3# Copy this file to .env and fill in your credentials.
4# NEVER commit .env to version control.
5
6# Your Bluesky handle (e.g., yourname.bsky.social or custom domain)
7ATPROTO_HANDLE=
8
9# App password from Bluesky settings (Settings > App Passwords)
10# Create a new app password specifically for this use case
11ATPROTO_APP_PASSWORD=
12
13# Optional: PDS URL (defaults to https://bsky.social)
14# ATPROTO_PDS_URL=https://bsky.social