No description
  • Rust 97.2%
  • Shell 2.8%
Find a file
2024-03-29 09:57:38 +13:00
src Updates, use limitation field 2024-03-29 09:57:38 +13:00
.gitignore Initial commit 2023-09-30 11:28:17 +13:00
Cargo.lock cargo update 2024-03-29 09:55:46 +13:00
Cargo.toml Initial commit 2023-09-30 11:28:17 +13:00
README.md README update 2023-09-30 11:30:16 +13:00
run.sh Initial commit 2023-09-30 11:28:17 +13:00

relay-rank

This is a tool to rank relays, using the output of the gossip nostr client.

First, after having used gossip for a while, create a relays.json file like this:

gossip print_relays > relays.json

Then edit that file to prune the junk from the top.

Then run the run.sh script from this directory, with the relays.json file in the parent directory.