reddit-scraper / .streamlit /secrets.toml.template
milwright's picture
Prepare Reddit Scraper for Hugging Face deployment
fa85a62
raw
history blame contribute delete
378 Bytes
# 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"