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.
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

Perf: Implement parallel account processing and early fetch stopping

jack d78f8fda d285c939

+1 -1
+1 -1
src/index.ts
··· 863 863 864 864 console.log(`[${twitterUsername}] 🚀 Processing ${toProcess.length} new tweets for ${bskyIdentifier}...`); 865 865 866 - tweets.reverse(); 866 + filteredTweets.reverse(); 867 867 let count = 0; 868 868 for (const tweet of filteredTweets) { 869 869 count++;