Skip to main content

🔎 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)
  • Username: Target's name on social media
  • Timeout: Maximum search time on each site

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)

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:

[1] Please look at the Wiki entry on adding new sites to understand the issues.

License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sherlock_lib-0.0.8.tar.gz (16.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page