README.md

October 27, 2024 ยท View on GitHub

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_pura. 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/purarue/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_pura. You can see my config file as an example