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.
Richard Getz f2179ca7c9
Updated TikTok to status_code errorType. This fixes the issue of TikTok loading blank profiles.
4 years ago
..
resources Updated TikTok to status_code errorType. This fixes the issue of TikTok loading blank profiles. 4 years ago
tests Remove verbose option from tests. It is not used anymore. 4 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. 4 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. 4 years ago
sherlock.py Restructure all print output to use QueryNotifyPrint() object. 4 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. 4 years ago