Skip to content

zetok/tox-wiki-nodes-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a parser for list of nodes from Tox wiki: https://wiki.tox.chat/users/nodes

Build status: Build Status

Installation

Running it is fairly simple.

Download binary for Linux x86_64 and run it.

To compile yourself:

  1. Install Rust
  2. Make with cargo build
  3. Run with ./target/debug/./tox-wiki-nodes-parser

Usage

Parser downloads the list of nodes from https://wiki.tox.chat/users/nodes?do=edit and prints to stdout parsed list of nodes.

License

Licensed under GPLv3+, for details see COPYING.