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.

fix: refresh schedule after backfills

jack 9a1e7580 320d9451

+1 -1
+1 -1
src/index.ts
··· 1714 1714 backfillRequestId: undefined, 1715 1715 }); 1716 1716 } 1717 - nextCheckTime = Date.now() + (config.checkIntervalMinutes || 5) * 60 * 1000; 1717 + updateLastCheckTime(); 1718 1718 } else if (isScheduledRun) { 1719 1719 for (const mapping of config.mappings) { 1720 1720 if (!mapping.enabled) continue;