Spaces:
Running
Running
File size: 436 Bytes
d1ae858 fa85a62 d1ae858 fa85a62 d1ae858 fa85a62 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# 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
|