feat: add reddit oauth instructions

This commit is contained in:
Nicholas Tindle 2025-01-08 16:57:32 -06:00
parent fec9d348a0
commit 513e4eae4b
No known key found for this signature in database
GPG Key ID: C4A2154D91363A47
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ GROQ_API_KEY=
OPEN_ROUTER_API_KEY=
# Reddit
# Reddit
# Go to https://www.reddit.com/prefs/apps and create a new app
# Choose "web app" for the type
# Fill in the redirect uri as <your_frontend_url>/auth/integrations/oauth_callback, e.g. http://localhost:3000/auth/integrations/oauth_callback
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
REDDIT_USER_AGENT="AutoGPT:1.0 (by /u/autogpt)"