SYMBOL INDEX (16 symbols across 2 files) FILE: script/github_bot/github_bot.py function get_data (line 70) | def get_data(page=1): function get_all_data (line 90) | def get_all_data(): function check_condition (line 104) | def check_condition(data): function analyze (line 122) | def analyze(json_data): function get_stars (line 134) | def get_stars(data): function make_content (line 165) | def make_content(): function send_email (line 186) | def send_email(receivers, email_content): FILE: script/make_content/make_content.py class InputError (line 25) | class InputError(Exception): method __init__ (line 26) | def __init__(self, message): method __str__ (line 29) | def __str__(self): function check_path (line 33) | def check_path(path): function read_file (line 44) | def read_file(input_path): function write_file (line 49) | def write_file(output_path, output_data): function make_content (line 54) | def make_content(num): function make_all_content (line 71) | def make_all_content(): function main (line 79) | def main():