2
2
<br >
3
3
<a href =" https://sherlock-project.github.io/ " target =" _blank " ><img src =" images/sherlock-logo.png " /></a >
4
4
<br >
5
- <span >Hunt down social media accounts by username across <a href =" https://github.com/sherlock-project/sherlock/blob/master/docs/ sites.md " >400+ social networks</a ></span >
5
+ <span >Hunt down social media accounts by username across <a href =" https://sherlockproject.xyz/ sites " >400+ social networks</a ></span >
6
6
<br >
7
7
</p >
8
8
9
9
<p align =" center " >
10
- <a href =" https://github.com/sherlock-project/sherlock#installation " >Installation</a >
11
-   ;  ;  ; |  ;  ;  ;
12
- <a href =" https://github.com/sherlock-project/sherlock#usage " >Usage</a >
13
-   ;  ;  ; |  ;  ;  ;
14
- <a href =" https://github.com/ppfeister/sherlock/blob/feature/docu/docs/INSTALL.md#docker " >Docker</a >
15
-   ;  ;  ; |  ;  ;  ;
16
- <a href =" https://github.com/ppfeister/sherlock/blob/feature/docu/docs/CONTRIBUTING.md " >Contributing</a >
10
+ <a href =" https://sherlockproject.xyz/installation " >Installation</a >
11
+   ;  ;  ; •  ;  ;  ;
12
+ <a href =" https://sherlockproject.xyz/usage " >Usage</a >
13
+   ;  ;  ; •  ;  ;  ;
14
+ <a href =" https://sherlockproject.xyz/contribute " >Contributing</a >
17
15
</p >
18
16
19
17
<p align =" center " >
24
22
25
23
## Installation
26
24
27
- [ ![ PyPI - Version] ( https://img.shields.io/pypi/v/sherlock-project?logo=PyPi&label=PyPI&color=darkgreen )] [ ext_pypi ] [ ![ Docker Image Version] ( https://img.shields.io/docker/v/sherlock/sherlock?sort=semver&logo=docker&label=Docker&color=darkgreen )] [ docs_docker ] [ ![ homebrew version] ( https://img.shields.io/homebrew/v/sherlock?logo=Homebrew&color=darkgreen )] [ ext_brew ]
28
-
29
25
30
26
| | Command | Notes |
31
27
| - | - | - |
35
31
| BlackArch | ` pacman -S sherlock ` | |
36
32
| Homebrew | ` brew install sherlock ` | |
37
33
38
- PyPI and DockerHub images are mainaintenced by the Sherlock Project. Others are community supported.
39
-
40
- ### Alternative guides and methods
34
+ See all alternative installation methods [ here] ( https://sherlockproject.xyz/installation )
41
35
42
- - [ See all alternative guides] [ docs_install ]
43
- - [ Python package] [ docs_py ]
44
- - [ Docker container] [ docs_docker ]
36
+ ## Usage
45
37
38
+ To search for only one user:
39
+ ``` bash
40
+ sherlock user123
41
+ ```
46
42
43
+ To search for more than one user:
44
+ ``` bash
45
+ sherlock user1 user2 user3
46
+ ```
47
47
48
- ## Usage
48
+ Accounts found will be stored in an individual text file with the corresponding username (e.g ``` user123.txt ``` ).
49
49
50
50
``` console
51
51
$ sherlock --help
@@ -96,31 +96,13 @@ optional arguments:
96
96
--nsfw Include checking of NSFW sites from default list.
97
97
```
98
98
99
- To search for only one user:
100
- ``` bash
101
- sherlock user123
102
- ```
103
-
104
- To search for more than one user:
105
- ``` bash
106
- sherlock user1 user2 user3
107
- ```
99
+ ## Credits
108
100
109
- Accounts found will be stored in an individual text file with the corresponding username (e.g ``` user123.txt ``` ).
110
-
111
-
112
- ## How to contribute to Sherlock
113
-
114
- We would love to have you help us with the development of Sherlock. Each and every contribution is greatly valued!
101
+ Thank you to everyone who has contributed to Sherlock! ❤️
115
102
116
- Here are some things we would appreciate your help on:
117
- - [ Adding targets] [ docs_contrib_adding_targets ]
118
- - [ Cleaning up existing targets] [ docs_contrib_removing_targets ]
119
- - [ Restoring previously removed targets] [ docs_contrib_restoring_targets ]
120
-
121
- Head over to our __ [ Contributing] [ docs_contrib ] __ page for additional info.
122
-
123
- ## Star History
103
+ <a href =" https://github.com/sherlock-project/sherlock/graphs/contributors " >
104
+ <img src =" https://contrib.rocks/image?&columns=25&max=10000&&repo=sherlock-project/sherlock " noZoom />
105
+ </a >
124
106
125
107
<picture >
126
108
<source media =" (prefers-color-scheme: dark) " srcset =" https://api.star-history.com/svg?repos=sherlock-project/sherlock&type=Date&theme=dark " />
@@ -135,12 +117,5 @@ Original Creator - [Siddharth Dushantha](https://github.com/sdushantha)
135
117
136
118
<!-- Reference Links -->
137
119
138
- [ docs_install ] : /docs/INSTALL.md
139
- [ docs_docker ] : /docs/INSTALL.md#docker
140
- [ docs_py ] : /docs/INSTALL.md#python
141
- [ docs_contrib ] : /docs/CONTRIBUTING.md
142
- [ docs_contrib_adding_targets ] : /docs/CONTRIBUTING.md#adding-targets
143
- [ docs_contrib_removing_targets ] : /docs/CONTRIBUTING.md#removing-targets
144
- [ docs_contrib_restoring_targets ] : /docs/CONTRIBUTING.md#restoring-targets
145
120
[ ext_pypi ] : https://pypi.org/project/sherlock-project/
146
121
[ ext_brew ] : https://formulae.brew.sh/formula/sherlock
0 commit comments