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 26c9ab73a17b86f8cbec8f263445cdae442d39b6 6 lines 120 B view raw
1module.exports = { 2 plugins: { 3 tailwindcss: { config: './web/tailwind.config.cjs' }, 4 autoprefixer: {}, 5 }, 6};