Static links fixes, fixes for Pypi

This commit is contained in:
Soxoj
2020-12-05 01:24:12 +03:00
parent 285f72a285
commit 7997ade3c5
11 changed files with 60 additions and 585 deletions
+10 -9
View File
@@ -1,7 +1,7 @@
# Maigret
<p align="center">
<img src="static/maigret.png" />
<img src="./static/maigret.png" />
</p>
<i>The Commissioner Jules Maigret is a fictional French police detective, created by Georges Simenon. His investigation method is based on understanding the personality of different people and their interactions.</i>
@@ -13,7 +13,7 @@ Purpose of Maigret - **collect a dossier on a person by username only**, checkin
This is a [sherlock](https://github.com/sherlock-project/) fork with cool features under heavy development.
*Don't forget to regularly update source code from repo*.
Currently supported >1300 sites ([full list](/sites.md)).
Currently supported >1300 sites ([full list](./sites.md)).
## Main features
@@ -30,19 +30,20 @@ Currently supported >1300 sites ([full list](/sites.md)).
**Python 3.8 is recommended.**
```bash
# clone the repo and change directory
$ git clone https://git.rip/soxoj/maigret && cd maigret
# install from pypi
$ pip3 install maigret
# install the requirements
$ python3 -m pip install -r requirements.txt
# or clone and install manually
$ git clone https://github.com/soxoj/maigret && cd maigret
$ pip3 install .
```
## Using examples
```bash
python3 maigret user
maigret user
python3 maigret user1 user2 user3
maigret user1 user2 user3 --print-not-found
```
With Docker:
@@ -55,7 +56,7 @@ docker run maigret user
## Demo with page parsing and recursive username search
```bash
python3 maigret alexaimephotographycars
maigret alexaimephotographycars
```
![animation of recursive search](./static/recursive_search.svg)