Skip to content

jb55/nostr-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nostr-notify

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

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 <hex-pubkey>

For encrypted dm support:

$ git config --global --add nostr.secretkey <hex-secret-key>
$ nostr-notify

OR

$ export NOSTR_SECRET_KEY=<hex secret key>
$ nostr-notify

About

nostr libnotify desktop notifications

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published