11 lines
264 B
Plaintext
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
|