From f7b14590a3f840399673e9057c10efdf29e793d2 Mon Sep 17 00:00:00 2001 From: sys-nyx Date: Thu, 26 Dec 2024 18:17:25 -0800 Subject: [PATCH] updated example config file --- config.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 5177a70..15d1049 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,9 @@ -[funny] -comments = funny_comments.json -posts = funny_submissions.json +[funny] #subreddit name +comments = funny_comments.json #path to pushshift comments file +posts = funny_submissions.json #path to pushshift submissions file + +# add other sets of dumps as needed [funnymemes] comments = funnymemes_comments.json posts = funnymemes_submissions.json