mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
37ce4fe728
* Big readme update * Readme and documentation update * Readme structure update * Small fixes * Changelog update
33 lines
969 B
YAML
33 lines
969 B
YAML
title: Maigret
|
|
icon: static/maigret.png
|
|
name: maigret
|
|
summary: 🕵️♂️ Collect a dossier on a person by username from thousands of sites.
|
|
description: |
|
|
**Maigret** collects a dossier on a person **by username only**, checking for accounts on a huge number of sites and gathering all the available information from web pages. No API keys required.
|
|
|
|
Currently supported more than 3000 sites, search is launched against 500 popular sites in descending order of popularity by default. Also supported checking of Tor sites, I2P sites, and domains (via DNS resolving).
|
|
|
|
version: 0.5.0
|
|
license: MIT
|
|
base: core22
|
|
confinement: strict
|
|
|
|
source-code: https://github.com/soxoj/maigret
|
|
issues:
|
|
- https://github.com/soxoj/maigret/issues
|
|
donation:
|
|
- https://patreon.com/soxoj
|
|
contact:
|
|
- mailto:soxoj@protonmail.com
|
|
|
|
parts:
|
|
maigret:
|
|
plugin: python
|
|
source: .
|
|
|
|
type: app
|
|
apps:
|
|
maigret:
|
|
command: bin/maigret
|
|
plugs: [ network, network-bind, home ]
|