Join Nostr
2023-01-20 20:24:39 UTC

dcs on Nostr: The easiest way to send #nostr events from the command line: pip install aionostr ...

The easiest way to send #nostr events from the command line:


pip install aionostr


export NOSTR_RELAYS=wss://nostr.mom  
export NOSTR_KEY=`aionostr gen | head -1`  


aionostr send --content 'hello world'