promnesia

Additional promnesia Sources for my HPI modules

MIT License

Stars
10

promnesia

This lets me use my HPI modules as additional Sources for promnesia.

It indexes any URLs it finds in my:

To use these, import the source and add it to the SOURCES array in your promnesia config. See mine here

Install

For the time being, this doesn't install as a namespace package alongside promnesia, it just installs a separate module, promnesia_sean. See the comments here for more info.

To Install:

  • Assumes you have both karlicoss/HPI and my HPI modules installed
  • Setup promnesia
  • Install this; python3 -m pip install git+https://github.com/seanbreckenridge/promnesia

If you have issues importing/installing this, try a local install instead. See troubleshooting docs

In your config file, to enable these sources, import from promnesia_sean. You can see my config file as an example