doyle 0.0.1

Tool for searching social-media accounts
Documentation

Doyle, a tool for searching social-media accounts, insipred by sherlock-py

Usage

use doyle::*;

fn main() {
    let doyle = DoyleBuilder::new("i3ima").load_json(None).build();
    doyle.check_hosts(&doyle.hosts);
}

TODO

  • Load hosts list at compile-time and store it as static string
  • Adapt sherlock-py json model
  • Write some tests
  • Rework junky init-code
  • Handle all possible scenarious of response
  • Parallelization with rayon
  • logging and reports generation
  • Documentation
  • Add error handling. But should I?
  • Add dockerfile
  • Interactive search after full completion