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

Configure Feed

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

Fix: Ensure filteredTweets is defined in processTweets scope

jack 7b077490 cfdf1825

+1 -1
+1 -1
src/index.ts
··· 808 808 809 809 console.log(`[${twitterUsername}] 🚀 Processing ${toProcess.length} new tweets for ${bskyIdentifier}...`); 810 810 811 - filteredTweets.reverse(); 811 + tweets.reverse(); 812 812 let count = 0; 813 813 for (const tweet of filteredTweets) { 814 814 count++;