SYMBOL INDEX (74 symbols across 13 files) FILE: app.js function delete_keys (line 565) | function delete_keys (object, temp_keys) { function clean_up_item (line 574) | function clean_up_item (object, temp_keys_str) { function search_and_change (line 588) | function search_and_change (site, _dict) { function check_user_cli (line 597) | async function check_user_cli (argv) { function list_all_websites (line 807) | async function list_all_websites () { FILE: app.py class SocialAnalyzer (line 49) | class SocialAnalyzer(): method __init__ (line 50) | def __init__(self, silent=False): method delete_keys (line 74) | def delete_keys(self, in_object, keys): method clean_up_item (line 84) | def clean_up_item(self, in_object, keys_str): method get_language_by_guessing (line 101) | def get_language_by_guessing(self, text): method get_language_by_parsing (line 112) | def get_language_by_parsing(self, source, encoding): method check_errors (line 123) | def check_errors(self, on_off=None): method setup_logger (line 142) | def setup_logger(self, uuid=None, file=False, argv=None): method init_detections (line 219) | def init_detections(self, detections): method get_website (line 231) | def get_website(self, site): method search_and_change (line 240) | def search_and_change(self, site, _dict): method top_websites (line 246) | def top_websites(self, top_number): method list_all_websites (line 257) | def list_all_websites(self): method fetch_url (line 268) | def fetch_url(self, site, username, options): method find_username_normal (line 549) | def find_username_normal(self, req): method check_user_cli (line 589) | def check_user_cli(self, argv): method load_file (line 788) | def load_file(self, name, path_to_check, url_download): method init_logic (line 807) | def init_logic(self): method run_as_object (line 826) | def run_as_object(self, cli=False, gui=False, logs_dir='', logs=False,... method run_as_cli (line 849) | def run_as_cli(self): function main_logic (line 906) | def main_logic(): FILE: modules/engine.js function merge_dicts (line 4) | function merge_dicts (temp_dict) { function detect (line 18) | async function detect (type, uuid, username, options, site, source = '',... function detect_logic (line 43) | async function detect_logic (type, uuid, username, options, site, source... FILE: modules/external-apis.js function get_words_info (line 4) | async function get_words_info (all_words, words_info) { function check_engines (line 64) | async function check_engines (req, info) { function custom_search_ouputs (line 106) | async function custom_search_ouputs (req) { function custom_search_ouputs_website (line 119) | async function custom_search_ouputs_website (uuid, name, key) { FILE: modules/extraction.js function extract_metadata (line 6) | async function extract_metadata (site, source) { function extract_patterns (line 60) | async function extract_patterns (site, source) { FILE: modules/fast-scan.js function find_username_normal (line 9) | async function find_username_normal (req) { function get_failed (line 32) | async function get_failed (req, failed) { function find_username_normal_wrapper (line 51) | async function find_username_normal_wrapper (req, sites) { function find_username_site (line 81) | async function find_username_site (uuid, username, options, site) { FILE: modules/helper.js function get_log_file (line 97) | function get_log_file (uuid) { function log_to_file_queue (line 103) | function log_to_file_queue (uuid, msg, table = false, argv = undefined) { function get_language_by_parsing (line 153) | function get_language_by_parsing (body) { function get_language_by_guessing (line 169) | function get_language_by_guessing (text) { function get_site_from_url (line 187) | function get_site_from_url (_url) { function get_url_wrapper_json (line 192) | async function get_url_wrapper_json (url, time = 2) { function get_url_wrapper_text (line 231) | async function get_url_wrapper_text (url, time = 2) { function compare_objects (line 271) | function compare_objects (object1, object2, key) { function find_country (line 291) | function find_country (code) { function setup_tecert (line 303) | async function setup_tecert () { FILE: modules/name-analysis.js function find_origins (line 4) | async function find_origins (req) { FILE: modules/slow-scan.js function find_username_advanced (line 19) | async function find_username_advanced (req) { function find_username_site (line 41) | async function find_username_site (uuid, username, options, site) { FILE: modules/special-scan.js function find_username_special (line 5) | async function find_username_special (req) { function find_username_site_special_facebook_1 (line 33) | async function find_username_site_special_facebook_1 (uuid, username, si... function find_username_site_special_gmail_1 (line 86) | async function find_username_site_special_gmail_1 (uuid, username, site) { function find_username_site_special_google_1 (line 138) | async function find_username_site_special_google_1 (uuid, username, site) { FILE: modules/stats.js function group_by_value (line 3) | function group_by_value (list, key) { function get_stats_by_value (line 10) | async function get_stats_by_value (data, value) { function get_metadata (line 49) | async function get_metadata(data, type){ function get_stats (line 92) | async function get_stats (req, data) { FILE: modules/string-analysis.js function most_common1 (line 6) | function most_common1 (all_words, temp_words) { function most_common (line 30) | async function most_common (all_words, temp_words) { function find_other (line 54) | function find_other (req, all_words) { function remove_word (line 71) | function remove_word (str, sub_string) { function analyze_string (line 78) | async function analyze_string (req, all_words) { function split_comma (line 142) | async function split_comma (req, all_words) { function split_upper_case (line 152) | async function split_upper_case (req, all_words) { function split_alphabet_case (line 162) | async function split_alphabet_case (req, all_words) { function find_symbols (line 172) | async function find_symbols (req, all_words) { function find_numbers (line 182) | async function find_numbers (req, all_words) { function convert_numbers (line 192) | async function convert_numbers (req) { function get_maybe_words (line 218) | async function get_maybe_words (req, all_words) { function guess_age_from_string (line 225) | async function guess_age_from_string(req) { FILE: modules/visualize.js function visualize_force_graph (line 4) | async function visualize_force_graph (req, detected, type) {