From bad0a2d5602cd3570ebd9aa4565c6d17ee91a89e Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Wed, 30 Dec 2020 14:42:22 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23f33cf..848a13f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I have been getting requests from all over the place asking me to add a python C **Please submit your contribution in a Pull Request!** ## Updates -- (New) Added a small CLI (You can use this project from Command Line) 👏 +- (New) Added a small CLI (You can use this project from Command Line, but it's limited to FindUserProflesFast for now) 👏 - Added an optional timeout and implicit wait for each detection (Some websites have a delay logic implemented in the backend) - Added logs (user request) - Added 5 seconds timeout to https.get (user request) @@ -74,7 +74,8 @@ cd social-analyzer rm -rf package-lock.json node_modules npm install lodash npm install -# if you want to list all websites use node app.js -c -l +# If you want to list all websites use node app.js -c -l +# Remember the following runs as FindUserProflesFast node app.js -c -u "username" -w "youtube pinterest tumblr" ```