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.

at 85544e445f08366310e86e4822f934481eca25bc 6 lines 120 B view raw
1module.exports = { 2 plugins: { 3 tailwindcss: { config: './web/tailwind.config.cjs' }, 4 autoprefixer: {}, 5 }, 6};