Skip to content

web app

G edited this page Jan 27, 2021 · 1 revision

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

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)