Spaces:
Running
Running
# Reddit API Credentials | |
# Replace these values with your own credentials from https://www.reddit.com/prefs/apps | |
# Do not include quotes around the values | |
# Your Reddit API client ID | |
REDDIT_CLIENT_ID=your_client_id_here | |
# Your Reddit API client secret | |
REDDIT_CLIENT_SECRET=your_client_secret_here | |
# Your Reddit API user agent (convention: <platform>:<app ID>:<version> by /u/<reddit username>) | |
REDDIT_USER_AGENT=RedditScraperApp/1.0 | |