Commit Graph

46 Commits (cc8192f45c359e4e92b7343f94363910a3451549)

Author SHA1 Message Date
Siddharth Dushantha cc8192f45c removed option to present websites ordered by their Alexa.com global rank in popularity
4 years ago
Siddharth Dushantha 38c987e4ea
version bump 0.12.2 --> 0.12.3
4 years ago
Siddharth Dushantha f3180b73a0
fixed typo bowser --> browser
4 years ago
Christopher K. Hoadley 29eb2ddf2d Update site list and version.
4 years ago
Christopher K. Hoadley 7505467020 Update site list and version.
4 years ago
탁동혁 cdfb97f6e6 Use `is` operator when comparing singletons.
4 years ago
Danny Sepler 3fa85c1576 Clean out unused imports
4 years ago
Christopher K. Hoadley 8619a353e4 Add override to HTTP Status Detection so HEAD request is not used. Configure Instagram to use this option.
4 years ago
Christopher K. Hoadley 0ba4980887 Update site list. Update version.
4 years ago
Christopher K. Hoadley 6caa5a4e35 Restructure all print output to use QueryNotifyPrint() object.
4 years ago
Christopher K. Hoadley ae2fd7a729 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
Christopher K. Hoadley c07d3967aa Create QueryNotify() base class for notifying the caller about the results.
5 years ago
Christopher K. Hoadley c054712920 Move response time for query into QueryResult() object.
5 years ago
Christopher K. Hoadley 92879af8eb Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley 32385a1d8d Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley e41b485771 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley 1101af8132 Add @sdushantha suggestion in creating directory.
5 years ago
Christopher K. Hoadley 8f6938ecb1 Add option to *not* print out results. Configure tests to there is no print output. This simplifies looking at the error output when the tests fail.
5 years ago
Christopher K. Hoadley 2e195d4439 Move all writing of output files to occur after query takes place. Use with statement for results file, as that is more graceful on errors. Use try block for result directory creation: this has a smaller window for a race condition.
5 years ago
Christopher K. Hoadley 123e4d47e0 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley ba0a44e0ae Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley 7f87f5fcc4 Add module to store information about the sites. This handles getting the information loaded from the JSON file. For now, use the new SitesInformation() object to calculate the original JSON dictionary: the rest of the code will be updated in the future.
5 years ago
Christopher K. Hoadley 647aea577c Factor out all print statements from portion of code that determines the query results.
5 years ago
Christopher K. Hoadley bbb44d7ef9 Add defensive check for unknown Error Type. If it does happen, an exception will be thrown, instead of using the previous site's results.
5 years ago
Christopher K. Hoadley 2a8f83924d Remove some unneeded imports. Add minor comment.
5 years ago
Christopher K. Hoadley 2a1ab1c281 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
Christopher K. Hoadley 519ac34346 Extract all print statements from function that gets the response. Also, print out social network for error messages.
5 years ago
Christopher K. Hoadley 6114ca263d Remove Proxy List Support
5 years ago
Christopher K. Hoadley 9e8e1a5aa4 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley 0a455339c2 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley b92b931504 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley b0b7608549 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley f89fe03b34 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley a900d0f674 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley 571f27f9a5 Clean up code that only reads the headers if we are doing HTTP Status detection. Remove special check for GitHub: everything works fine without it.
5 years ago
Christopher K. Hoadley 2268f8186c Remove unneeded assignment of results before main Sherlock call.
5 years ago
Christopher K. Hoadley 232a5f7d07 Clarify meaning of "Total Websites" count. It is really "Total Websites Username Detected On".
5 years ago
Christopher K. Hoadley ecf097e00d Get rid of global variable amount. This is no longer used.
5 years ago
Christopher K. Hoadley 96ac2f15fd Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley d8c8cd8e7e Leave the elapsed time for the request in seconds. Move format of time into ms to the presentation layer.
5 years ago
Christopher K. Hoadley b02ef5e6e2 Use monotonic() time function. This method is guaranteed to not do flaky things during leap seconds or daylight savings times jumps.
5 years ago
Christopher K. Hoadley d6d6b83b06 Add documentation to extension to FuturesSession() which we use to get timing information. Fix problem where timing hook would not be installed properly if the hooks for the request was already filled out with a tuple. I am not sure if that is even possible, but if it does happen, then I just convert the tuple to a list and go on from there.
5 years ago
Christopher K. Hoadley 578248bf8e Do not create session and request objects if we are going to end up creating new one for Tor requests. This just wastes time.
5 years ago
Christopher K. Hoadley 8ef999fffd Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley 1587df0860 Merge remote-tracking branch 'origin/master' into restructure_take1
5 years ago
Christopher K. Hoadley d17268e737 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