upload files

This commit is contained in:
2026-03-22 08:17:25 +00:00
parent 718ad3b483
commit 5ead7eaeda
5 changed files with 299 additions and 0 deletions

10
example.env Normal file
View File

@@ -0,0 +1,10 @@
# 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