···11-# Bluesky RSS Post Configuration Example
22-# Module: pkg.rbrt.fr/bskyrss
33-# Copy this file to .env and fill in your values
44-55-# Bluesky credentials
66-# Your Bluesky handle (include the full domain, e.g., user.bsky.social)
77-BSKY_HANDLE=your-handle.bsky.social
88-99-# Your Bluesky App Password (NOT your main account password)
1010-# Create an App Password at: Settings → App Passwords
1111-BSKY_PASSWORD=your-app-password
1212-1313-# RSS Feed URL(s) to monitor
1414-# This is the feed(s) that will be checked for new items
1515-# For multiple feeds, separate with commas
1616-RSS_FEED_URL=https://example.com/feed.xml
1717-# RSS_FEED_URL=https://blog1.com/rss,https://blog2.com/atom.xml,https://news.com/feed
1818-1919-# Optional: Bluesky PDS server (default: https://bsky.social)
2020-# Only change this if you're using a self-hosted PDS
2121-# BSKY_PDS=https://bsky.social
2222-2323-# Optional: Poll interval (default: 15m)
2424-# How often to check the RSS feed for new items
2525-# Examples: 5m, 15m, 1h, 30s
2626-# POLL_INTERVAL=15m
2727-2828-# Optional: Storage file location (default: posted_items.txt)
2929-# File where posted item GUIDs are tracked to prevent duplicates
3030-# STORAGE_FILE=posted_items.txt