⚠️ Note: This is an advanced guide. Most users don't need Reddit API credentials when using our desktop app.
🔑 How to Get Reddit API Credentials
Step-by-step guide for advanced users who want to use their own Reddit API app
Step 1: Go to Reddit Apps Page
Visit reddit.com/prefs/apps
💡 Make sure you're logged into your Reddit account
Step 2: Create a New App
Click the "Create App" or "Create Another App" button at the bottom of the page
Step 3: Fill in App Details
Name:
Any name you like (e.g., "My Reddit Tools")
App type:
Select "script"
Description:
Optional (can leave blank)
Redirect URI:
Enter: http://localhost:8080
⚠️ Important: Make sure to select "script" as the app type!
Step 4: Get Your Credentials
After creating the app, you'll see your credentials:
Client ID:
The string under your app name (looks like: abc123XYZ)
Client Secret:
The string labeled "secret" (longer string)
Why Would I Need This?
Most users don't need to create their own Reddit API credentials. Our desktop app handles all API access automatically.
However, if you're a developer or want to use Reddit's API independently, this guide will help you get started.