/ source-reddit-fetcher / sample_files / config-example.json
config-example.json
1  {
2      "client_id": "your_reddit_client_id",
3      "client_secret": "your_reddit_client_secret",
4      "username": "your_reddit_username",
5      "subreddits": ["privacy", "technology", "programming"],
6      "days": 31
7  }