From 664e8ccd5f0a8195835c171ec00b771c4d0db984 Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Mon, 28 Dec 2020 09:42:09 -0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 6bbbbe7..07d6c12 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,20 @@ cd social-analyzer sudo docker build -t social-analyzer . && sudo docker run -p 9005:9005 -it social-analyzer ``` +## Options +- LookUps -> Interacts with google api (Needs an API key & CV) +- WordInfo -> Interacts with duckduckgo api +- MostCommon -> Finds all common words in a string, sort them by language +- SplitWordsByUpperCase -> Finds upper case words in a string and splits them +- SplitWordsByAlphabet -> Finds words start with Alphabet letters in a string and splits them +- ConvertNumbers -> Finds numbers in words and convert them into letters +- FindNumbers -> Finds all numbers in a string +- FindSymbols -> Finds all symbols in a string +- FindUserProflesFast -> Finds profiles with get requests based on detection table (fast) +- FindUserProflesSlow -> Finds profiles with webdriver based on detection table (slow) +- ShowUserProflesSlow -> Screenshot profiles with webdriver (slow) +- FindUserProflesSpecial -> Finds profiles based on special detection table (slow & limited) + ## Running Issues ``` Please make sure to update to the latest nodejs and npm