Tejasvi (Teju) Nareddy
d0ecb70d84
Merge pull request #109 from nareddyt/response-time-metrics
...
Response time metrics
6 years ago
Yahya SayadArbabi
5ed2c9a740
bump version
6 years ago
Tejasvi Nareddy
038d531483
doc: response time
...
- Document new feature for response times
- Refactor
6 years ago
Tejasvi Nareddy
4c3967fd6d
feat: expose response times
...
- Add hook to FuturesSession to calculate absolute response time (ms)
- In verbose mode, display response times for each request
- Always outputs response times to CSV
6 years ago
Yahya SayadArbabi
7e5bac0cb8
bump version
6 years ago
Yahya SayadArbabi
18ee78f9e0
Merge branch 'masta2898/master'
6 years ago
Yahya SayadArbabi
c165952ca8
bump version
6 years ago
Christopher K. Hoadley
33e8beb5b4
Add command line option to only run a report on specified sites (as opposed to all of them). Move loading of JSON file out of the query logic proper: we need to keep the database and the query logic separate anyway for future changes, so this is a first step in the refactoring. Update readme file with latest information.
6 years ago
Christopher K. Hoadley
4596f7121e
Specify the encoding to be UTF-8 for the csv file. The Rajče.net site was causing this to fail.
6 years ago
Master
5dc147e39a
efficient usage of GET request only for github
6 years ago
Yahya SayadArbabi
81d15482f7
bump version
6 years ago
Master
69cdbe83f2
fix #95 : head request may cause 301 redirect which can be interpreted wrong i.e. github's cause
6 years ago
Master
1e50c92d8b
update from upstream
6 years ago
Yahya SayadArbabi
0d85703093
bump version
6 years ago
QuantumSheep
2e4b3a32ad
Stops opening the file at each writing
6 years ago
Yahya SayadArbabi
f27d2b2aed
bump version
6 years ago
Yahya SayadArbabi
cc22d88679
bump version
6 years ago
nil0x42
2791e1553a
Fix incorrect file save notification
...
When username argument was provided with uppercase chars, sherlock
said that file was saved into "UserName.txt" instead of "username.txt" (fname var)
6 years ago
Yahya SayadArbabi
683ca99316
bump version
6 years ago
Yahya SayadArbabi
de1d0d643c
bump version
6 years ago
Yahya SayadArbabi
a63c14071b
Merge branch 'Use_Colorama_syntax_for_better_readability'
6 years ago
Yahya SayadArbabi
30eb9c76ec
bump version
6 years ago
Yahya SayadArbabi
287305a12c
bump version
6 years ago
Yahya SayadArbabi
3b5263c5bd
Add Wikipedia
6 years ago
Jen-Chieh
df1f35bc88
Use Colorama for better readability.
6 years ago
Andrew Yatzkan
2d50409428
Changed error code from 404 to not 2XX
6 years ago
Andrew Yatzkan
ab99ee016e
Made .txt file case insensitive
6 years ago
Yahya SayadArbabi
ffbd5b3d4b
Fix versioning
6 years ago
Yahya SayadArbabi
992e22059a
bump version
6 years ago
Yahya SayadArbabi
f4c490d25e
run "isort"
6 years ago
Yahya SayadArbabi
853008c075
Merge branch 'jcs-PR/color'
6 years ago
Yahya SayadArbabi
f984b447c0
Run "isort"
6 years ago
Jonas Tranberg
e51da5b712
If only status_code is needed use HEAD instead of GET request to avoid body download
6 years ago
Yahya SayadArbabi
e6256e70a6
Bump version
6 years ago
jenchieh
43f4e893f3
Initialize Colorama and import it.
6 years ago
Jon Ander Oribe
005e9591c1
Adding a counter of resources
...
At the end of the process we can see how many results we have
6 years ago
Yahya SayadArbabi
f7daae14e3
Merge branch 'cclauss_patch-3'
6 years ago
Yahya SayadArbabi
85c80952c9
Merge branch 'simplify_print_error'
6 years ago
Christopher K. Hoadley
448f072e36
Merge branch 'pr/n49_cblument'
6 years ago
Chris Blumentritt
ce53663331
Use os.path.join to build file path for data file
...
fixes #47
6 years ago
Christopher K. Hoadley
8090a96c57
Fix merge problem in pull request #43 . Previously, there was just one for loop that iterated thru all of the sites. But, with the addition of the parallel functionality, there are now two for loops. The dictionary changes were not done in the second loop, which caused bogus results.
6 years ago
cclauss
05cbeb5c2c
Add a shebang line: #! /usr/bin/env python3
6 years ago
cclauss
c0ac0d9f9d
Update sherlock.py
6 years ago
cclauss
96c3ce7625
Simplify print_error()
6 years ago
cclauss
3200eb3ad5
Run isort on the imports
...
[isort](https://github.com/timothycrosley/isort/blob/develop/README.rst ) cleans up the imports for readability.
6 years ago
Chris Blumentritt
cf7ec54f23
Script can now load the data.json file when invoked from different directory
...
If the script is run from a different directory than the where it
resides then it would fail to load because it could not find data.json.
fixes #47
6 years ago
Christopher K. Hoadley
f9d59270a3
Merge branch 'pr/n43_cclauss'. Use new pattern for getting "urlMain" data as well.
6 years ago
Christopher K. Hoadley
e2c4dbf1ef
Merge branch 'pr/n4_svisser'
6 years ago
cclauss
28f023a339
Use dict.get() on optional parameters
6 years ago
cclauss
60555eeda7
Use dict.items() to simplify interaction with dict (again)
...
#20 again...
6 years ago