File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
.git /
2
2
.vscode /
3
- screenshot /
3
+ static /
4
4
tests /
5
5
* .txt
6
6
! /requirements.txt
Original file line number Diff line number Diff line change @@ -20,8 +20,9 @@ LABEL org.label-schema.vcs-ref=$VCS_REF \
20
20
org.label-schema.vcs-url=$VCS_URL
21
21
COPY --from=build /wheels /wheels
22
22
COPY . /opt/maigret/
23
+ RUN apk add git
23
24
RUN pip3 install -r requirements.txt -f /wheels \
24
25
&& rm -rf /wheels \
25
26
&& rm -rf /root/.cache/pip/*
26
27
27
- ENTRYPOINT ["python" , "maigret.py " ]
28
+ ENTRYPOINT ["python" , "maigret" ]
Original file line number Diff line number Diff line change @@ -37,6 +37,21 @@ $ git clone https://git.rip/soxoj/maigret && cd maigret
37
37
$ python3 -m pip install -r requirements.txt
38
38
```
39
39
40
+ ## Using examples
41
+
42
+ ``` bash
43
+ python3 maigret user
44
+
45
+ python3 maigret user1 user2 user3
46
+ ```
47
+
48
+ With Docker:
49
+ ```
50
+ docker build -t maigret .
51
+
52
+ docker run maigret user
53
+ ```
54
+
40
55
## Demo with page parsing and recursive username search
41
56
42
57
``` bash
@@ -49,6 +64,6 @@ python3 maigret alexaimephotographycars
49
64
50
65
## License
51
66
52
- MIT © [ Maigret] ( https://git.rip /soxoj/maigret ) <br />
67
+ MIT © [ Maigret] ( https://github.com /soxoj/maigret ) <br />
53
68
MIT © [ Sherlock Project] ( https://github.com/sherlock-project/ ) <br />
54
69
Original Creator of Sherlock Project - [ Siddharth Dushantha] ( https://github.com/sdushantha )
You can’t perform that action at this time.
0 commit comments