Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ksfi/simple-nostr

Command line nostr client
https://github.com/ksfi/simple-nostr

crypto dapp decentralized nostr nostr-client python social-network web3

Last synced: 14 days ago
JSON representation

Command line nostr client

Awesome Lists containing this project

README

        

# simple-nostr

Send notes to the the damus.io relay of the [nostr network](https://github.com/nostr-protocol/nostr).
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