Provides basic scraping functionality.

class LinescorePage[source]

LinescorePage(cz_event_id:int, cz_draw_id:int) :: Page

Represents a CurlingZone linescore page. Example page here: https://curlingzone.com/event.php?eventid=7795&view=Scores&showdrawid=25#1

get_flat_boxscores_from[source]

get_flat_boxscores_from(cz_event_id:int, cz_draw_id:int)

Returns a list of tuples of boxscore information on a linescore page.

class Event[source]

Event(cz_event_id:int, delay:int=0, verbose:bool=False)

Event(cz_event_id: int, delay: int = 0, verbose: bool = False)