Open fslaktern opened 1 year ago
Query ctftime.org for the following information:
def get_best_teams(self, country: str, year: int): pass def get_team_best_events(self, team_name: str): pass def get_team_information(self, team_name: str): pass def get_ctf_scoreboard(self, ctf_name: str): pass def get_events_in_timeframe(self, timeframe_start: int, timeframe_end: int): pass def get_upcoming_events(self, number_of_events_to_fetch: int): pass
Query ctftime.org for the following information: