A simple tool which lets you scrape twitter accounts and crosspost them to bluesky accounts! Comes with a CLI and a webapp for managing profiles! Works with images/videos/link embeds/threads.

feat: make web UI port configurable via .env

jack c568d5ad 20783b55

+1
+1
.env.example
··· 17 17 # --- Optional --- 18 18 CHECK_INTERVAL_MINUTES=5 19 19 # BLUESKY_SERVICE_URL=https://bsky.social 20 + PORT=3000