Skip to content

ksfi/simple-nostr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-nostr

Send notes to the the damus.io relay of the nostr network. Clone the repo and start running with

python3 message.py

Then,

[msg]

to send a note with a randomly generated pubkey and privkey.

[msg] // [privkey] // [pubkey]

to send a note with specified keypair

TODO

handle multiple relays in command line