HTML/PDF reports examples added, README updated

This commit is contained in:
Soxoj
2021-01-16 17:19:50 +03:00
parent a9052ab4a6
commit 07a0b5b4d9
3 changed files with 4793 additions and 4 deletions
+11 -4
View File
@@ -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