this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix OAuth URL to /auth/device endpoint

alice 08b694f5 8be8097a

+11 -9
+11 -9
README.md
··· 55 55 56 56 The anthropic-proxy requires OAuth setup for Anthropic API access: 57 57 58 - 1. Open http://localhost:4001 in your browser 59 - 2. Complete the Anthropic OAuth flow 60 - 3. Copy the session ID from the callback 61 - 4. Add it to your `.env`: 58 + 1. Open http://localhost:4001/auth/device in your browser 59 + 2. Click "Start Authorization" to generate an auth URL 60 + 3. Open the URL and authorize in Claude 61 + 4. Paste the authorization code back into the form 62 + 5. Copy the session ID shown after success 63 + 6. Add it to your `.env`: 62 64 ``` 63 65 ANTHROPIC_PROXY_SESSION_ID=your_session_id_here 64 66 ``` ··· 104 106 3. Copy the bot token to `TELEGRAM_BOT_TOKEN` in `.env` 105 107 4. (Optional) Set bot commands via `/setcommands`: 106 108 ``` 107 - start - Start the bot 108 - help - Show help 109 - dump - Brain dump mode 110 - focus - Set current focus 111 - wins - Show recent wins 109 + start - Start the bot 110 + help - Show help 111 + dump - Brain dump mode 112 + focus - Set current focus 113 + wins - Show recent wins 112 114 ``` 113 115 114 116 ### Webhook vs Polling