This is a parser for list of nodes from Tox wiki: https://wiki.tox.chat/users/nodes
Running it is fairly simple.
Download binary for Linux x86_64 and run it.
To compile yourself:
- Install Rust
- Make with
cargo build
- Run with
./target/debug/./tox-wiki-nodes-parser
Parser downloads the list of nodes from https://wiki.tox.chat/users/nodes?do=edit
and prints to stdout parsed list of nodes.
Licensed under GPLv3+, for details see COPYING.