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