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 8619a353e4
Add override to HTTP Status Detection so HEAD request is not used. Configure Instagram to use this option.
5 years ago
..
resources Add override to HTTP Status Detection so HEAD request is not used. Configure Instagram to use this option. 5 years ago
tests Remove verbose option from tests. It is not used anymore. 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
notify.py Get rid of function that formats time. 5 years ago
result.py Add username and site information to Query Result object. This will allow whoever defines a Query Notify object to have all of the context required to do their notifications. 5 years ago
sherlock.py Add override to HTTP Status Detection so HEAD request is not used. Configure Instagram to use this option. 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