11 lines
231 B
Python
11 lines
231 B
Python
""" Sherlock Module
|
|
|
|
This module contains the main logic to search for usernames at social
|
|
networks.
|
|
|
|
"""
|
|
|
|
__shortname__ = "Sherlock"
|
|
__longname__ = "Sherlock: Find Usernames Across Social Networks"
|
|
__version__ = "0.14.4"
|