Skip to content

Commit a38ba54

Browse files
authored
Merge pull request #3112 from sherlock-project/osintsearch-banner
banner
2 parents 9100f9d + 6e0b1df commit a38ba54

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
## Installation
2323

2424
<p align="center">
25+
<a href="https://osintsearch.org/go/sherlock-readme"><img src="images/osintsearch.jpg" alt="OSINTSearch"></a>
2526
<a href="https://usersearch.com/?utm_source=github&utm_medium=referral&utm_campaign=sherlock&utm_content=banner_install" target="_blank"><img src="images/usersearch.png" alt="User Search"/></a>
2627
<a href="https://www.osint.industries/" target="_blank"><img src="images/osint-industries.jpg" alt="OSINT Industries"/></a>
2728
</p>

docs/images/osintsearch.jpg

97.1 KB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source = "init"
88

99
[tool.poetry]
1010
name = "sherlock-project"
11-
version = "0.16.1"
11+
version = "0.16.2"
1212
description = "Hunt down social media accounts by username across social networks"
1313
license = "MIT"
1414
authors = [

sherlock_project/notify.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ def finish(self, message="The processing has been finished."):
267267
Fore.GREEN + "results" + Style.RESET_ALL
268268
)
269269

270+
print("\nGo deeper than a username. Explore public profiles and export your findings.")
271+
print("Try OSINTSearch: \033]8;;https://osintsearch.org/go/sherlock\033\\https://osintsearch.org\033]8;;\033\\")
272+
270273
def __str__(self):
271274
"""Convert Object To String.
272275

0 commit comments

Comments
 (0)