Files
twt-2-bsky/.env.example
2026-03-22 08:24:00 +00:00

11 lines
264 B
Plaintext

# Bluesky Credentials
# Use an app password from https://bsky.app/settings/app-passwords
BSKY_USERNAME=example.bsky.social
BSKY_PASSWORD=
# Twitter User to Monitor
TWITTER_USER=exampleuser
# Check interval in milliseconds (60000 = 1 minute)
CHECK_INTERVAL=60000