Skip to content
/ marple Public

📖 Collect links to profiles by username through search engines and analyze with various plugins

License

Notifications You must be signed in to change notification settings

soxoj/marple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Marple

Summary

Collect links to profiles by username through search engines (currently Google and DuckDuckGo).

Quick Start

./marple.py soxoj

Results:

[18] https://t.me/soxoj
Contact @soxoj - Telegram

[24] https://github.com/soxoj
soxoj - GitHub

[26] https://coder.social/soxoj
soxoj - Coder Social

[27] https://gitmemory.com/soxoj
soxoj

[27] https://pypi.org/user/soxoj
Profile of soxoj · PyPI

...

Installation

pip3 install -r requirements.txt

Options

You can specify 'junk threshold' with option -t or --threshold (default 100) to filter less or more junk results.

Junk score is summing up from length of link URL and symbols next to username as a part of URL.

TODO

  • Proxy support
  • Additional search engines
  • Engine-specific filters