#!/usr/bin/env npx tsx
/**
 * Twitter OAuth 1.0a PIN-based token generator.
 * Run: npx tsx backend/src/twitter/generate-oauth-tokens.ts
 *
 * 1. Opens an authorization URL in the console
 * 2. You visit it in your browser and authorize
 * 3. Twitter gives you a PIN
 * 4. Enter the PIN here
 * 5. Outputs TWITTER_ACCESS_TOKEN and TWITTER_ACCESS_TOKEN_SECRET
 */
export {};
//# sourceMappingURL=generate-oauth-tokens.d.ts.map