Spaces:
Paused
Paused
# Reddit API Credentials for Hugging Face Space | |
# Copy this file to secrets.toml and fill in your credentials | |
# Or set these values in the Hugging Face Space settings under "Repository Secrets" | |
# Your Reddit API client ID | |
REDDIT_CLIENT_ID = "" | |
# Your Reddit API client secret | |
REDDIT_CLIENT_SECRET = "" | |
# Your Reddit API user agent | |
REDDIT_USER_AGENT = "RedditScraperApp/1.0" | |