Excited to share my new CLI tool: nostr-publish!
Written in Rust, it lets you easily publish Markdown articles as long-form Nostr events (NIP-23) with metadata like title, image, & summary. Also supports deleting them.
Check it out & star the repo:
#Nostr #Rust #OpenSource
Key features:
- async relay connections via TOML config
- secure key handling via env var.
Install via Cargo, set your Nostr sec key, and publish/delete with simple commands.
Feedback welcome—let's build on Nostr! #Decentralized #CLI
GitHub
GitHub - madcato/nostr-article-publish: A command-line tool written in Rust for publishing and deleting long-form content events (NIP-23) on the Nostr protocol. It supports validation of content, custom tags for articles, and interaction with multiple relays configured via a TOML file.
A command-line tool written in Rust for publishing and deleting long-form content events (NIP-23) on the Nostr protocol. It supports validation of ...