Bump version and add link to Wiki on procedure to add new sites.

pull/160/head
Christopher K. Hoadley 5 years ago
parent bf0959d84b
commit ea90e7fa95

@ -34,7 +34,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
[--proxy PROXY_URL] [--json JSON_FILE]
USERNAMES [USERNAMES ...]
Sherlock: Find Usernames Across Social Networks (Version 0.4.0)
Sherlock: Find Usernames Across Social Networks (Version 0.5.0)
positional arguments:
USERNAMES One or more usernames to check with social networks.
@ -94,6 +94,12 @@ Or you can simply use "Docker Hub" to run `sherlock`:
docker run theyahya/sherlock user123
```
## Adding New Sites
Please look at the Wiki entry on
[adding new sites](https://github.com/TheYahya/sherlock/wiki/Adding-Sites-To-Sherlock)
to understand the issues.
## Tests
If you are contributing to Sherlock, then Thank You!

@ -26,7 +26,7 @@ from torrequest import TorRequest
from load_proxies import load_proxies_from_csv, check_proxy_list
module_name = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.4.6"
__version__ = "0.5.0"
amount = 0
BANNER = r'''

Loading…
Cancel
Save