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