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: 29 days ago
JSON representation
nostr libnotify desktop notifications
- Host: GitHub
- URL: https://github.com/jb55/nostr-notify
- Owner: jb55
- Created: 2022-11-26T05:34:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T17:27:26.000Z (almost 2 years ago)
- Last Synced: 2024-05-16T10:41:27.023Z (6 months ago)
- Topics: libnotify, nostr
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nostr - nostr-notify - notify.svg?style=social) - desktop nostr notifications using libnotify (Tools / Client reviews and/or comparisons)
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-notifyDependencies
------------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-notifyOR
$ export NOSTR_SECRET_KEY=
$ nostr-notify