x-api 🐦 Post to X using the official API (OAuth 1.0a). When to Use - Posting tweets (cookie-based gets blocked by bot detection) - Official API access is needed for reliability For reading (timeline, search, mentions), use CLI instead — it's free and works well for reads. Setup 1. Get API Credentials 1. Go to https://developer.x.com/en/portal/dashboard 2. Create a Project and App 3. Set App permissions to Read and Write 4. Get your keys from "Keys and tokens" tab: - API Key (Consumer Key) - API Key Secret (Consumer Secret) - Access Token - Access Token Secret 2. Configure Credentials Option…