mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
HTML/PDF reports examples added, README updated
This commit is contained in:
@@ -47,14 +47,19 @@ $ pip3 install .
|
|||||||
```bash
|
```bash
|
||||||
maigret user
|
maigret user
|
||||||
|
|
||||||
maigret user1 user2 user3 --print-not-found
|
# make HTML and PDF reports
|
||||||
|
maigret user --html --pdf
|
||||||
|
|
||||||
maigret user4 --top-sites 2000
|
# search on sites marked with tags photo & dating
|
||||||
|
maigret user --tags photo,dating
|
||||||
|
|
||||||
|
|
||||||
|
# search for three usernames on all available sites
|
||||||
|
maigret user1 user2 user3 -a
|
||||||
|
|
||||||
maigret user5 --tags photos,images
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Run options are documented in [the Maigret Wiki](https://github.com/soxoj/maigret/wiki/Command-line-options).
|
Run `maigret --help` to get arguments description. Also options are documented in [the Maigret Wiki](https://github.com/soxoj/maigret/wiki/Command-line-options).
|
||||||
|
|
||||||
With Docker:
|
With Docker:
|
||||||
```
|
```
|
||||||
@@ -65,6 +70,8 @@ docker run maigret user
|
|||||||
|
|
||||||
## Demo with page parsing and recursive username search
|
## Demo with page parsing and recursive username search
|
||||||
|
|
||||||
|
[PDF report](./static/report_alexaimephotographycars.pdf), [HTML report](./static/report_alexaimephotographycars.html)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
maigret alexaimephotographycars
|
maigret alexaimephotographycars
|
||||||
```
|
```
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user