# Reddit API Credentials for Testing
# Copy this file to .env and fill in your actual values
# Required for app-only mode (60 rpm)
REDDIT_CLIENT_ID=your_client_id_here
REDDIT_CLIENT_SECRET=your_client_secret_here
# Optional - Add these for authenticated mode (100 rpm)
# Note: Script app must be created by this user
REDDIT_USERNAME=your_username_here
REDDIT_PASSWORD=your_password_here
# Optional - Custom user agent
REDDIT_USER_AGENT=RedditBuddy/1.0