Projects STRLCPY maigret Commits 9b7f36dc
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 1 lines
    2 2   
    3 3  ## [Unreleased]
    4 4   
     5 +## [0.3.0] - 2021-06-02
     6 +* added support of Tor and I2P sites
     7 +* added experimental DNS checking feature
     8 +* implemented sorting by data points for reports
     9 +* reports fixes
     10 + 
    5 11  ## [0.2.4] - 2021-05-18
    6 12  * cli output report
    7 13  * various improvements
    skipped 108 lines
  • ■ ■ ■ ■
    README.md
    skipped 19 lines
    20 20   
    21 21  **Maigret** collect 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. Maigret is an easy-to-use and powerful fork of [Sherlock](https://github.com/sherlock-project/sherlock).
    22 22   
    23  -Currently supported more than 2000 sites ([full list](./sites.md)), search is launched against 500 popular sites in descending order of popularity by default.
     23 +Currently supported more than 2000 sites ([full list](./sites.md)), 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).
    24 24   
    25 25  ## Main features
    26 26   
    skipped 90 lines
  • ■ ■ ■ ■
    maigret/__version__.py
    1 1  """Maigret version file"""
    2 2   
    3  -__version__ = '0.2.4'
     3 +__version__ = '0.3.0'
    4 4   
  • ■ ■ ■ ■
    setup.py
    skipped 11 lines
    12 12   requires = rf.read().splitlines()
    13 13   
    14 14  setup(name='maigret',
    15  - version='0.2.4',
     15 + version='0.3.0',
    16 16   description='Collect a dossier on a person by username from a huge number of sites',
    17 17   long_description=long_description,
    18 18   long_description_content_type="text/markdown",
    skipped 10 lines
Please wait...
Page is in error, reload to recover