Projects STRLCPY maigret Commits 9c22e098
🤬
  • Fixed links to static files in README

  • Loading...
  • Soxoj committed 3 years ago
    9c22e098
    1 parent f057fd3a
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 12 lines
    13 13   </a>
    14 14   </p>
    15 15   <p align="center">
    16  - <img src="./static/maigret.png" height="200"/>
     16 + <img src="https://raw.githubusercontent.com/soxoj/maigret/main/static/maigret.png" height="200"/>
    17 17   </p>
    18 18  </p>
    19 19   
    skipped 3 lines
    23 23   
    24 24  **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).
    25 25   
    26  -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).
     26 +Currently supported more than 2000 sites ([full list](https://raw.githubusercontent.com/soxoj/maigret/main/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).
    27 27   
    28 28  ## Main features
    29 29   
    skipped 70 lines
    100 100   
    101 101  ## Demo with page parsing and recursive username search
    102 102   
    103  -[PDF report](./static/report_alexaimephotographycars.pdf), [HTML report](https://htmlpreview.github.io/?https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotographycars.html)
     103 +[PDF report](https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotographycars.pdf), [HTML report](https://htmlpreview.github.io/?https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotographycars.html)
    104 104   
    105  -![animation of recursive search](./static/recursive_search.svg)
     105 +![animation of recursive search](https://raw.githubusercontent.com/soxoj/maigret/main/static/recursive_search.svg)
    106 106   
    107  -![HTML report screenshot](./static/report_alexaimephotography_html_screenshot.png)
     107 +![HTML report screenshot](https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotography_html_screenshot.png)
    108 108   
    109  -![XMind report screenshot](./static/report_alexaimephotography_xmind_screenshot.png)
     109 +![XMind report screenshot](https://raw.githubusercontent.com/soxoj/maigret/main/static/report_alexaimephotography_xmind_screenshot.png)
    110 110   
    111 111   
    112  -[Full console output](./static/recursive_search.md)
     112 +[Full console output](https://raw.githubusercontent.com/soxoj/maigret/main/static/recursive_search.md)
    113 113   
    114 114  ## License
    115 115   
    skipped 4 lines
  • ■ ■ ■ ■ ■
    setup.py
    skipped 4 lines
    5 5   
    6 6   
    7 7  with open('README.md') as fh:
    8  - readme = fh.read()
    9  - long_description = readme.replace('./', 'https://raw.githubusercontent.com/soxoj/maigret/main/')
     8 + long_description = fh.read()
    10 9   
    11 10  with open('requirements.txt') as rf:
    12 11   requires = rf.read().splitlines()
    skipped 16 lines
Please wait...
Page is in error, reload to recover