Information disappears over time. Note taker is a Python script that finds your Nostr notes on relays and saves them locally into a file so you can keep them forever even if relays delete them.
Clone the repository onto your device.
git clone https://github.com/realprogrammersusevim/note-taker
cd note-taker
pip install -r requirements.txt
Almost all the options are specified in the configuration file. Copy the example configuration file to a new location and edit the values.
cp config.json.example config.json
Once you have your configuration written out you can run the script.
./main.py -c config.json
The other CLI options can be seen by running ./main.py --help
.