You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
384 B
14 lines
384 B
3 years ago
|
""" Sherlock Module
|
||
5 years ago
|
|
||
|
This module contains the main logic to search for usernames at social
|
||
|
networks.
|
||
3 years ago
|
|
||
5 years ago
|
"""
|
||
7 months ago
|
|
||
5 months ago
|
# This variable is only used to check for ImportErrors induced by users running as script rather than as module or package
|
||
5 months ago
|
import_error_test_var = None
|
||
5 months ago
|
|
||
7 months ago
|
__shortname__ = "Sherlock"
|
||
|
__longname__ = "Sherlock: Find Usernames Across Social Networks"
|
||
|
__version__ = "0.14.4"
|