🔎 Hunt down social media accounts by username across social networks
Project description
A fork of the Sherlock Project
List of social networks
This library was created to use the Sherlock Project in your own personal scripts.
Installation
# installing using pip
$ pip install sherlock-lib
Usage
def search_target(username,timeout=60,sfw=False)
- Username: Target's name on social media
- Timeout: Maximum search time on each site
- Safe for Work: Remove NSFW(Not Safe for Work) sites
This function returns a dictionary with the name of the sites and the link to the target's profile on the sites.
Example
from sherlock_lib import search_target
username = "john_doe"
result = search_target(username,sfw=True)
for k, v in result.items():
print(f"{k}: {v}")
Contributing
We would love to have you help us with the development of Sherlock. Each and every contribution is greatly valued!
Here are some things we would appreciate your help on:
- Addition of new site support ¹
- Bringing back site support of sites that have been removed in the past due to false positives
[1] Please look at the Wiki entry on adding new sites to understand the issues.
License
- MIT © Sherlock Project
- Original Creator - Siddharth Dushantha
- Lib Creator - Paulo Ricardo Mesquita
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file sherlock_lib-0.1.3.tar.gz
.
File metadata
- Download URL: sherlock_lib-0.1.3.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99d7a4acf1a479babb4361e1b862c0e89bae2fa954e2af9f34a0fe8e4318e933 |
|
MD5 | 711f848ebe9333c51e5304c936c3d052 |
|
BLAKE2b-256 | 6b77f41d75ede84574e7b409591e8f9b0ea195eb4281188fdf4413a44e9f325c |