vlivepy.GroupedBoards

class vlivepy.GroupedBoards(channel_code: str, session: Optional[vlivepy.session.UserSession] = None)[source]

Bases: vlivepy.model.DataModel

This is the object represents board list of channel.

Parameters
  • channel_code (str) – Unique id of channel.

  • session (UserSession, optional) – Session for loading data with permission, defaults to None.

session

Optional. Session for loading data with permission.

Type

UserSession

board_names()List[str][source]

Get name of the boards

Return type

list

boards()List[dict][source]

Get detailed info of boards

Return type

List[dict]

groups()List[str][source]

Get name of board-groups

Return type

list