Commit graph

188 commits

Author SHA1 Message Date
akashhansda
04fa3bca28
Update README.md
Remove extra line
2022-03-27 20:32:57 -07:00
Siddharth Dushantha
8a08aa2a4b
Merge pull request #1139 from alexlokotochek/patch-1
Remove broken cloud shell links from readme
2021-12-12 11:48:35 +01:00
Seth Falco
d630cf7d84
chore: replace microbadger with shields.io badge 2021-12-07 12:46:21 +01:00
Siddharth Dushantha
2a9297f244
updated stargazers chart 2021-11-25 21:36:28 +01:00
Alexander Laktionov
a3bfd2f331
repl is broken too :( 2021-09-20 23:48:53 +03:00
Alexander Laktionov
61c061d42b
Remove broken "Open in google shell" 2021-09-20 23:45:58 +03:00
Christopher K. Hoadley
a8fdc2eb15 Update version. 2020-12-07 18:28:37 -06:00
Rahul Kumar Yadav
e5718eccbf
Update README.md 2020-10-01 00:35:44 +05:30
Android Dev Notes
d151be8c0b
Fix typos 2020-09-16 21:44:41 +05:30
Christopher K. Hoadley
bf2daa39ea Update version. 2020-09-07 11:03:56 -05:00
Siddharth Dushantha
6a6889ef54
cropped the open in Google cloud shell button so it aligns with the repl.it button 2020-09-05 14:05:05 +02:00
Siddharth Dushantha
8af86c60cf
removed white background fro repl.it image
Removed the white background from the repl.it image so that it looks nicer for users who uses dark mode on their web browser
2020-09-05 14:01:57 +02:00
Siddharth Dushantha
8988af3f89
added --print-all option the usage section 2020-09-04 19:04:00 +02:00
Siddharth Dushantha
cd28acb3ca removed --print-found from usage 2020-09-03 11:28:00 +02:00
Siddharth Dushantha
1c4e23d6e9
changed location of repl.it button
Moved it down to where the "open in google cloud shell" button is. It is nicer to keep all the options in one place
2020-09-02 09:57:02 +02:00
undefined
1063b12bb6 Add run on repl.it badge to README
This pull request adds a  badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it).
2020-09-01 19:35:01 +00:00
Siddharth Dushantha
c4ad4c4e15
README.md: updated example help message 2020-08-31 21:05:55 +02:00
Siddharth Dushantha
9348d863a5
updated README.md
- replaced "Adding new sites" section with "Contributing"
- removed note about using Python 3.6 or above because Sherlock now automatically checks when it runs
2020-08-29 16:45:43 +02:00
Siddharth Dushantha
1d4cb32404
changed syntax highlighting from "bash" to "console" 2020-08-17 19:06:49 +02:00
Siddharth Dushantha
cc8192f45c removed option to present websites ordered by their Alexa.com global rank in popularity
refer to #610 for reason of removal
2020-08-07 18:57:51 +02:00
Siddharth Dushantha
ea843cb7eb
removed the elody.com demo url because it no longer works
The elody url no works because we get an error when trying to run Sherlock on the site.
2020-07-28 09:02:49 +02:00
Siddharth Dushantha
3b8194860d gif should be fixed now
After the previous commit, the gif was for some strange reason not looping
2020-07-25 18:19:11 +02:00
flopana
dc0fa3c1a7
Update README.md
Fixed a typo
2020-07-17 14:12:44 +02:00
Siddharth Dushantha
186c6df84f
updated commands about unit test to match current directory structure
The tests directory is now located in ~/sherlock/sherlock/
2020-07-06 17:13:17 +02:00
Christopher K. Hoadley
29eb2ddf2d Update site list and version. 2020-05-25 11:33:29 -05:00
Christopher K. Hoadley
7505467020 Update site list and version. 2020-05-24 23:49:39 -05:00
Christopher K. Hoadley
1626c704a5 Add nightly test that checks the site coverage. Schedule it at 3AM (The Hour Of The Wolf) so it will be less likely to bother anyone. 2020-05-23 21:50:05 -05:00
Christopher K. Hoadley
157c7c6728 Merge remote-tracking branch 'pr/add-separated-github-actions' 2020-05-23 20:58:41 -05:00
Lucas Hiago
a6b201b352 Create github action for branch master 2020-05-19 23:25:29 -03:00
Christopher K. Hoadley
606eb20f7c Fix Sherlock Test Workflow. Remove Travis CI, and update badge. 2020-05-09 21:44:28 -05:00
Christopher K. Hoadley
091f8c4f7b Add change directory to CI so tests are executed in proper context. 2020-05-09 11:10:43 -05:00
Christopher K. Hoadley
8619a353e4 Add override to HTTP Status Detection so HEAD request is not used. Configure Instagram to use this option.
In most cases when we are detecting by status code, it is not necessary to get the entire body:  we can detect fine with just the HEAD response.  However, Richard Getz discovered that some sites (e.g. Instagram) will not respond properly if Sherlock only requests the HEAD.

Add a "request_head_only" attribute to the data.json so HTTP Status Detection can be configured either way.  It is simpler to support this change in this fashion, as it does not require changes to the tests.

With Richard Getz <richardgetziii@gmail.com>
2020-05-09 08:13:23 -05:00
Christopher K. Hoadley
0ba4980887 Update site list. Update version. 2020-05-08 23:42:00 -05:00
Christopher K. Hoadley
1eaf0dc46e Update help command line. 2020-04-23 07:05:12 -05:00
Christopher K. Hoadley
92879af8eb Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	README.md
#	sherlock/sherlock.py
2020-04-12 10:53:28 -05:00
Siddharth Dushantha
3b61ba10e8
removed syntax highlighting for help message 2020-04-02 09:54:25 +02:00
Siddharth Dushantha
563bcd963d
updated help message 2020-03-14 13:58:01 +01:00
Christopher K. Hoadley
32385a1d8d Merge remote-tracking branch 'origin/master' into restructure_take1 2020-02-23 19:43:49 -06:00
Christopher K. Hoadley
9aeb3126fa Update version and help text. 2020-02-23 18:21:43 -06:00
Christopher K. Hoadley
e41b485771 Merge remote-tracking branch 'origin/master' into restructure_take1 2020-02-12 21:27:50 -06:00
Christopher K. Hoadley
f3a61fe7af Update version and help text. 2020-02-12 21:27:17 -06:00
Christopher K. Hoadley
123e4d47e0 Merge remote-tracking branch 'origin/master' into restructure_take1 2019-12-31 10:53:12 -06:00
Christopher K. Hoadley
0fd89843b2 Update version and site list. 2019-12-31 10:47:17 -06:00
Christopher K. Hoadley
5649d6b721 Update version and site list. 2019-12-31 08:00:17 -06:00
Christopher K. Hoadley
ba0a44e0ae Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	sherlock/resources/data.json
2019-12-29 11:57:25 -06:00
Christopher K. Hoadley
9abae2e341 Update version and site list. 2019-12-29 11:48:53 -06:00
Christopher K. Hoadley
9e8e1a5aa4 Merge remote-tracking branch 'origin/master' into restructure_take1
# Conflicts:
#	sherlock/sherlock.py
2019-12-24 17:17:43 -06:00
Christopher K. Hoadley
5d16a720a5 Update site list and version. 2019-12-24 16:57:32 -06:00
Christopher K. Hoadley
0a455339c2 Merge remote-tracking branch 'origin/master' into restructure_take1 2019-12-21 17:12:17 -06:00
Siddharth Dushantha
a739ebf0e7
changed copyright holder to Sherlock Project 2019-12-19 22:30:42 +01:00