SYMBOL INDEX (20 symbols across 7 files) FILE: modules/notifier/discord.py function add_field (line 5) | def add_field(embed, data, message, diff=False): function changed_program_message (line 21) | def changed_program_message(data): function new_program_message (line 74) | def new_program_message(data): function removed_program_message (line 105) | def removed_program_message(data): function send_notification (line 115) | def send_notification(data, webhook_url): function send_startup_message (line 131) | def send_startup_message(webhook_url): FILE: modules/notifier/functions.py function get_platform_profile (line 4) | def get_platform_profile(platform_name): function shorten_string (line 16) | def shorten_string(string): function split_text (line 23) | def split_text(huge_text, max_chunk_size=1000): function generate_diff (line 41) | def generate_diff(old_str, new_str): FILE: modules/platforms/bugcrowd.py function check_bugcrowd (line 7) | def check_bugcrowd(tmp_dir, mUrl, first_time, db, config): FILE: modules/platforms/functions.py function get_resource (line 5) | def get_resource(tmp_dir, url, platformName): function generate_program_key (line 10) | def generate_program_key(programName, programURL): function find_program (line 16) | def find_program(db, platformName, programKey): function remove_elements (line 21) | def remove_elements(array1, array2): function save_data (line 26) | def save_data(db, platformName, programKey, dataJson): function check_send_notification (line 30) | def check_send_notification(first_time,is_update,data,watcherData,monito... FILE: modules/platforms/hackerone.py function check_hackerone (line 7) | def check_hackerone(tmp_dir, mUrl, first_time, db, config): FILE: modules/platforms/intigriti.py function check_intigriti (line 7) | def check_intigriti(tmp_dir, mUrl, first_time, db, config): FILE: modules/platforms/yeswehack.py function check_yeswehack (line 7) | def check_yeswehack(tmp_dir, mUrl, first_time, db, config):