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

11 lines
274 B
Bash

# 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