Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jb55/nostr-notify

nostr libnotify desktop notifications
https://github.com/jb55/nostr-notify

libnotify nostr

Last synced: 26 days ago
JSON representation

nostr libnotify desktop notifications

Lists

README

        

nostr-notify
============

Listen for nostr events and sends desktop notifications via notify-send

![](https://jb55.com/s/58bfcd8f9c00cf4a.png)

Install
-------

$ npm -g install nostr-notify
$ nostr-notify

Dependencies
------------

libnotify/notify-send

Usage
-----

Configure relays:

$ git config --global --add nostr.relays "wss://relay1.com wss://relay2.com"

OR

$ export NOSTR_RELAYS="wss://relay1.com wss://relay2.com"

Run:

$ nostr-notify

For encrypted dm support:

$ git config --global --add nostr.secretkey
$ nostr-notify

OR

$ export NOSTR_SECRET_KEY=
$ nostr-notify