Subscribe and post RSS feeds to Bluesky
rss
bluesky
1# Bluesky RSS Post Configuration Example
2# Module: pkg.rbrt.fr/bskyrss
3# Copy this file to .env and fill in your values
4
5# Bluesky credentials
6# Your Bluesky handle (include the full domain, e.g., user.bsky.social)
7BSKY_HANDLE=your-handle.bsky.social
8
9# Your Bluesky App Password (NOT your main account password)
10# Create an App Password at: Settings → App Passwords
11BSKY_PASSWORD=your-app-password
12
13# RSS Feed URL(s) to monitor
14# This is the feed(s) that will be checked for new items
15# For multiple feeds, separate with commas
16RSS_FEED_URL=https://example.com/feed.xml
17# RSS_FEED_URL=https://blog1.com/rss,https://blog2.com/atom.xml,https://news.com/feed
18
19# Optional: Bluesky PDS server (default: https://bsky.social)
20# Only change this if you're using a self-hosted PDS
21# BSKY_PDS=https://bsky.social
22
23# Optional: Poll interval (default: 15m)
24# How often to check the RSS feed for new items
25# Examples: 5m, 15m, 1h, 30s
26# POLL_INTERVAL=15m
27
28# Optional: Storage file location (default: posted_items.txt)
29# File where posted item GUIDs are tracked to prevent duplicates
30# STORAGE_FILE=posted_items.txt