Projects STRLCPY maigret Commits 9e15e8c6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    1 1  # Changelog
    2 2   
    3 3  ## [Unreleased]
    4  -* tags bugfix
    5  -* custom data checks bugfix
     4 + 
     5 +## [0.1.11] - 2021-01-16
     6 +* tags and custom data checks bugfixes
     7 +* added parsing activation logic
    6 8   
    7 9  ## [0.1.10] - 2021-01-13
    8 10  * added report static resources into package
    skipped 34 lines
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 46 lines
    47 47  ```bash
    48 48  maigret user
    49 49   
    50  -maigret user1 user2 user3 --print-not-found
     50 +# make HTML and PDF reports
     51 +maigret user --html --pdf
    51 52   
    52  -maigret user4 --top-sites 2000
     53 +# search on sites marked with tags photo & dating
     54 +maigret user --tags photo,dating
     55 + 
     56 + 
     57 +# search for three usernames on all available sites
     58 +maigret user1 user2 user3 -a
    53 59   
    54  -maigret user5 --tags photos,images
    55 60  ```
    56 61   
    57  -Run options are documented in [the Maigret Wiki](https://github.com/soxoj/maigret/wiki/Command-line-options).
     62 +Run `maigret --help` to get arguments description. Also options are documented in [the Maigret Wiki](https://github.com/soxoj/maigret/wiki/Command-line-options).
    58 63   
    59 64  With Docker:
    60 65  ```
    skipped 3 lines
    64 69  ```
    65 70   
    66 71  ## Demo with page parsing and recursive username search
     72 + 
     73 +[PDF report](./static/report_alexaimephotographycars.pdf), [HTML report](./static/report_alexaimephotographycars.html)
    67 74   
    68 75  ```bash
    69 76  maigret alexaimephotographycars
    skipped 12 lines
  • ■ ■ ■ ■
    maigret/maigret.py
    skipped 29 lines
    30 30  from .result import QueryResult, QueryStatus
    31 31  from .sites import MaigretDatabase, MaigretSite
    32 32   
    33  -__version__ = '0.1.10'
     33 +__version__ = '0.1.11'
    34 34   
    35 35  supported_recursive_search_ids = (
    36 36   'yandex_public_id',
    skipped 910 lines
  • ■ ■ ■ ■
    requirements.txt
    skipped 27 lines
    28 28  requests==2.25.1
    29 29  requests-futures==1.0.0
    30 30  six==1.15.0
    31  -socid-extractor>0.0.2
     31 +socid-extractor>=0.0.4
    32 32  soupsieve==2.1
    33 33  stem==1.8.0
    34 34  torrequest==0.1.0
    skipped 8 lines
  • ■ ■ ■ ■
    setup.py
    skipped 11 lines
    12 12   requires = rf.read().splitlines()
    13 13   
    14 14  setup(name='maigret',
    15  - version='0.1.10',
     15 + version='0.1.11',
    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
  • static/report_alexaimephotographycars.html
    Diff is too large to be displayed.
  • static/report_alexaimephotographycars.pdf
    Binary file.
Please wait...
Page is in error, reload to recover