From 3ac0c0bd16443ade40bf188dbdce16aa19caaf4d Mon Sep 17 00:00:00 2001 From: Florian Dietz Date: Wed, 17 Jul 2019 19:26:01 +0200 Subject: [PATCH] Adds a link to the readme that allows people to test the library directly from the browser --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4fc3ea..c856b20 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,11 @@ $ cd sherlock $ pip3 install -r requirements.txt ``` +## Demonstration + +You can use this link to test Sherlock directly in your browser: +https://elody.com/scenario/plan/16/ + ## Usage ```bash @@ -85,7 +90,7 @@ For example to search for user: ``` python3 sherlock.py user123 -``` +``` All of the accounts found will be stored in a text file with the username (e.g ```user123.txt```). To search for more that user: