diff --git a/README.md b/README.md index 7e79152..59ad123 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ I have been getting requests from all over the place asking me to add a python C - 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) -- Added the API documentation ![Wiki](https://github.com/qeeqbox/social-analyzer/wiki) +- Added the API documentation [WiKi](https://github.com/qeeqbox/social-analyzer/wiki) ## Security Testing @@ -90,31 +90,3 @@ sudo kill -9 $(sudo lsof -t -i:9005) ## Disclaimer\Notes - This tool meant to be used locally (It does not have any type of Access Control) - If you want your website to be excluded from this project, please reach out to me! - -## Examples -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 - - -SplitWordsByUpperCase - 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 - - -FindUserProflesFast - finds profiles with GET requests based on detection table (fast) - - -FindUserProflesSlow - finds profiles with a webdriver based on detection table (slow) - - -ShowUserProflesSlow - finds profiles with a webdriver based on detection table (slow) -