Projects STRLCPY maigret Commits e90df356
🤬
  • Version patch and some minor fixes

  • Loading...
  • Soxoj committed 3 years ago
    e90df356
    1 parent bc6ee48b
  • ■ ■ ■ ■
    README.md
    skipped 23 lines
    24 24   
    25 25  ## About
    26 26   
    27  -**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. Maigret is an easy-to-use and power fork of [Sherlock](https://github.com/sherlock-project/sherlock).
     27 +**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. Maigret is an easy-to-use and powerful fork of [Sherlock](https://github.com/sherlock-project/sherlock).
    28 28   
    29 29  Currently supported more than 2000 sites ([full list](./sites.md)), search is launched against 500 popular sites in descending order of popularity by default.
    30 30   
    skipped 92 lines
  • ■ ■ ■ ■ ■ ■
    maigret/__init__.py
    1 1  """Maigret"""
    2 2   
     3 +__title__ = 'Maigret'
     4 +__package__ = 'maigret'
     5 +__author__ = 'Soxoj'
     6 +__author_email__ = '[email protected]'
     7 + 
     8 + 
     9 +from .__version__ import __version__
    3 10  from .checking import maigret as search
    4 11  from .sites import MaigretEngine, MaigretSite, MaigretDatabase
    5 12  from .notify import QueryNotifyPrint as Notifier
    skipped 1 lines
  • ■ ■ ■ ■ ■
    maigret/maigret.py
    skipped 12 lines
    13 13  import requests
    14 14  from socid_extractor import extract, parse, __version__ as socid_version
    15 15   
     16 +from .__version__ import __version__
    16 17  from .checking import (
    17 18   timeout_check,
    18 19   SUPPORTED_IDS,
    skipped 17 lines
    36 37  from .submit import submit_dialog
    37 38  from .types import QueryResultWrapper
    38 39  from .utils import get_dict_ascii_tree
    39  - 
    40  -__version__ = '0.2.2'
    41 40   
    42 41   
    43 42  def notify_about_errors(search_results: QueryResultWrapper, query_notify):
    skipped 122 lines
    166 165   type=int,
    167 166   metavar='RETRIES',
    168 167   default=1,
    169  - help="Attempts to restart temporary failed requests.",
     168 + help="Attempts to restart temporarily failed requests.",
    170 169   )
    171 170   parser.add_argument(
    172 171   "-n",
    skipped 493 lines
  • ■ ■ ■ ■
    maigret/resources/data.json
    skipped 26201 lines
    26202 26202   "usernameUnclaimed": "noonewouldeverusethis7"
    26203 26203   },
    26204 26204   "Reddit Search (Pushshift)": {
    26205  - "urlMain": "https://camas.github.io/",
     26205 + "urlMain": "https://camas.github.io/reddit-search/",
    26206 26206   "url": "https://camas.github.io/reddit-search/#{{\"author\":\"{username}\",\"resultSize\":100}}",
    26207 26207   "urlProbe": "https://api.pushshift.io/reddit/comment/search?html_decode=true&author={username}&size=100",
    26208 26208   "usernameClaimed": "arkasha",
    skipped 246 lines
Please wait...
Page is in error, reload to recover