tangled
alpha
login
or
join now
indexx.dev
/
tweets2bsky
forked from
j4ck.xyz/tweets2bsky
0
fork
atom
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.
0
fork
atom
overview
issues
pulls
pipelines
fix: refresh schedule after backfills
jack
1 month ago
9a1e7580
320d9451
+1
-1
1 changed file
expand all
collapse all
unified
split
src
index.ts
+1
-1
src/index.ts
···
1714
1714
backfillRequestId: undefined,
1715
1715
});
1716
1716
}
1717
1717
-
nextCheckTime = Date.now() + (config.checkIntervalMinutes || 5) * 60 * 1000;
1717
1717
+
updateLastCheckTime();
1718
1718
} else if (isScheduledRun) {
1719
1719
for (const mapping of config.mappings) {
1720
1720
if (!mapping.enabled) continue;