Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ksfi/simple-nostr
- Owner: ksfi
- Created: 2023-03-04T22:18:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T19:36:23.000Z (10 months ago)
- Last Synced: 2024-09-26T01:50:48.209Z (4 months ago)
- Topics: crypto, dapp, decentralized, nostr, nostr-client, python, social-network, web3
- Language: Python
- Homepage:
- Size: 271 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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