No description
- Rust 97.2%
- Shell 2.8%
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| run.sh | ||
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.