channel

This page describes channel module which can be imported as vlivepy.channel

getChannelInfo()

vlivepy.channel.getChannelInfo(channel_code: str, session: Optional[vlivepy.session.UserSession] = None, silent: bool = False)Optional[dict][source]

Get detailed Channel info.

Parameters
  • channel_code (str, optional) – Unique id of channel to load.

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

  • silent (bool, optional) – Return None instead of raising exception, defaults to False.

Returns

dict. Parsed channel data

getGroupedBoards()

vlivepy.channel.getGroupedBoards(channel_code: str, session: Optional[vlivepy.session.UserSession] = None, silent: bool = False)Optional[dict][source]

Get grouped boards info.

Parameters
  • channel_code (str, optional) – Unique id of channel to load boards.

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

  • silent (bool, optional) – Return None instead of raising exception, defaults to False.

Returns

dict. Parsed json data.