add hpi config

This commit is contained in:
Siddhartha 2022-09-18 12:49:16 +05:30
parent 83959a15d3
commit f7a93735cd
1 changed files with 39 additions and 0 deletions

39
promnesia/hpi-config.py Normal file
View File

@ -0,0 +1,39 @@
### HPI personal config
## see
# https://github.com/karlicoss/HPI/blob/master/doc/SETUP.org#setting-up-modules
# https://github.com/karlicoss/HPI/blob/master/doc/MODULES.org
## for some help on writing your own config
# to quickly check your config, run:
# hpi config check
# to quickly check a specific module setup, run hpi doctor <module>, e.g.:
# hpi doctor my.reddit
### useful default imports
from my.core import Paths, PathIsh, get_files
###
class hypothesis:
'''
Uses [[https://github.com/karlicoss/hypexport][hypexport]] outputs
'''
# path to the exported JSON data
export_path = '/Users/siddhartha/Projects/hpi-second-brain/exports/hypothesis'
class reddit:
'''
Uses [[https://github.com/karlicoss/rexport][rexport]] output.
'''
class rexport:
export_path = '/Users/siddhartha/Projects/hpi-second-brain/exports/reddit'
class pushshift:
export_path = '/Users/siddhartha/Projects/hpi-second-brain/exports/reddit'
class lastfm:
'''
Uses [[https://github.com/iiiypuk/lastfm-backup][lastfm-backup]] outputs
'''
export_path = '/Users/siddhartha/Projects/hpi-second-brain/exports/lastfm'