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.

docs: add gemini alt text configuration instructions

jack afeb5689 02445ab6

+9
+9
README.md
··· 83 - **Import History**: `npm run cli import-history` 84 - **List Accounts**: `npm run cli list` 85 86 ## Twitter Cookies (Auth) 87 88 You need your Twitter `auth_token` and `ct0` cookies.
··· 83 - **Import History**: `npm run cli import-history` 84 - **List Accounts**: `npm run cli list` 85 86 + ### 🤖 Gemini AI Alt Text (Optional) 87 + 88 + This tool can automatically generate Alt Text for images using Google's Gemini AI if the original tweet lacks it. 89 + 90 + 1. **Get an API Key**: Get a free API Key from [Google AI Studio](https://aistudio.google.com/app/apikey). 91 + 2. **Configure**: 92 + * **Web UI**: Go to the Admin Dashboard and paste your key in the "Gemini AI (Alt Text)" section. 93 + * **Disable**: Leave the field empty to disable this feature (default). 94 + 95 ## Twitter Cookies (Auth) 96 97 You need your Twitter `auth_token` and `ct0` cookies.