sherlock/sherlock
2020-01-02 06:03:41 -06:00
..
resources Merge remote-tracking branch 'origin/master' into restructure_take1 2019-12-31 10:53:12 -06:00
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. 2020-01-02 06:03:41 -06:00
__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. 2019-10-26 22:42:03 -05:00
__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. 2019-10-26 22:42:03 -05:00
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. 2019-12-27 10:17:10 -06:00
sherlock.py Add @sdushantha suggestion in creating directory. 2019-12-31 15:51:40 -06:00
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. 2019-12-31 21:18:49 -06:00