doyle

Crates.iodoyle
lib.rsdoyle
version0.0.1
sourcesrc
created_at2021-09-08 16:04:55.997528
updated_at2021-09-08 16:04:55.997528
descriptionTool for searching social-media accounts
homepage
repositoryhttps://github.com/i3ima/doyle
max_upload_size
id448512
size80,257
Si (i3ima)

documentation

https://docs.rs/doyle

README

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
Commit count: 0

cargo fmt