1 unstable release
0.0.1 | Sep 8, 2021 |
---|
#375 in #account
51KB
232 lines
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
lib.rs
:
Doyle
doyle
is a tool for quick search of social-media accounts by username
Dependencies
~6–17MB
~242K SLoC