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.
sherlock/sherlock
Christopher K. Hoadley 92879af8eb
Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
..
resources Merge remote-tracking branch 'origin/master' into restructure_take1 5 years ago
tests Add option to skip test if site returns error status (e.g. timeout connecting with site). This makes it easier to interpret the test results. 5 years ago
__init__.py Move content into sherlock sub-directory inside of repo. This directory will look very much like what the packaged version of Sherlock will look like when it is installed in the site-packages area. 5 years ago
__main__.py Move content into sherlock sub-directory inside of repo. This directory will look very much like what the packaged version of Sherlock will look like when it is installed in the site-packages area. 5 years ago
result.py Add result module to hold results of site queries. The QueryResult() object contains an enumeration for the possible status about a given username on a site, and additional error information that might be handy. Rework all code to use this object instead of the "exists" key in the result dictionary that was used previously. 5 years ago
sherlock.py Merge remote-tracking branch 'origin/master' into restructure_take1 5 years ago
sites.py Change SitesInformation() to use a generator when iterating thru the sites. This avoids the problem of the state (i.e. self.__iteration_index) getting corrupted if any of the methods of a given object needed to iterate for their own purposes while a caller was already iterating thru the same object. The code is also much simpler to follow. 5 years ago