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