def get_operators()

in python/fb_ads_library_api_operators.py [0:0]


def get_operators():
    """
    Feel free to add your own 'operator' here;
    The input will be:
        generator_ad_archives: a generator of array of ad_archvie
        args: extra arguments passed in from CLI
        is_verbose: check this for debugging information
    """
    return {
        "count": count_ads,
        "save": save_to_file,
        "save_to_csv": save_to_csv,
        "start_time_trending": count_start_time_trending,
    }