From 299de8491934f419bd7b812140395239dedf27b1 Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Fri, 29 Oct 2021 00:20:42 -0700 Subject: [PATCH] manually update reddit config instructions --- doc/MODULES.org | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/doc/MODULES.org b/doc/MODULES.org index f9975fb..4e36d84 100644 --- a/doc/MODULES.org +++ b/doc/MODULES.org @@ -143,14 +143,25 @@ for cls, p in modules: Reddit data: saved items/comments/upvotes/etc. + # Note: can't be generated as easily since this is a nested configuration object #+begin_src python class reddit: - ''' - Uses [[https://github.com/karlicoss/rexport][rexport]] output. - ''' + class rexport: + ''' + Uses [[https://github.com/karlicoss/rexport][rexport]] output. + ''' + + # path[s]/glob to the exported JSON data + export_path: Paths + + class pushshift: + ''' + Uses [[https://github.com/seanbreckenridge/pushshift_comment_export][pushshift]] to get access to old comments + ''' + + # path[s]/glob to the exported JSON data + export_path: Paths - # path[s]/glob to the exported JSON data - export_path: Paths #+end_src ** [[file:../my/pocket.py][my.pocket]]