Crates.io | nostress |
lib.rs | nostress |
version | 0.1.2 |
source | src |
created_at | 2023-12-04 19:26:47.705526 |
updated_at | 2023-12-27 15:00:09.05421 |
description | Nostr to RSS |
homepage | |
repository | |
max_upload_size | |
id | 1057956 |
size | 96,101 |
Nostr -> RSS
cargo run
nostress --help
Usage: nostress [OPTIONS]
Options:
-b, --bind-addr <BIND_ADDR> [default: 127.0.0.1:3000]
-d, --default-relay [<DEFAULT_RELAY>...]
-h, --help Print help
--default-relay
can be specified multiple times. This provides a list of relays to query in case a NIP-05 address doesn't include a relay list.
curl localhost:3000/users/_@philipcristiano.com/rss
?include_text_note_replies
(default: false) - Replies are not included by default, set ?include_text_note_replies=true
to include them in the RSS feed