From e4388fe51a2c5afaca90ff7f8fa89a0ea96e32da Mon Sep 17 00:00:00 2001
From: G <52905881+giga-a@users.noreply.github.com>
Date: Wed, 30 Dec 2020 00:20:01 -0800
Subject: [PATCH] moved examples to wiki
---
README.md | 30 +-----------------------------
1 file changed, 1 insertion(+), 29 deletions(-)
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 
+- 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)
-