manually update reddit config instructions

This commit is contained in:
Sean Breckenridge 2021-10-29 00:20:42 -07:00
parent 0be9668024
commit 299de84919

View file

@ -143,14 +143,25 @@ for cls, p in modules:
Reddit data: saved items/comments/upvotes/etc. Reddit data: saved items/comments/upvotes/etc.
# Note: can't be generated as easily since this is a nested configuration object
#+begin_src python #+begin_src python
class reddit: class reddit:
''' class rexport:
Uses [[https://github.com/karlicoss/rexport][rexport]] output. '''
''' 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 #+end_src
** [[file:../my/pocket.py][my.pocket]] ** [[file:../my/pocket.py][my.pocket]]