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]]