session¶
This page describes controllers module which can be imported as vlivepy.session
getUserSession()¶
-
vlivepy.session.getUserSession(email: str, pwd: str, silent: bool = False) → Optional[requests.sessions.Session][source]¶ Get logged in
reqWrapper.Sessionsession- Parameters
email (
str) – Email of the account to sign-in.pwd (
vlivepy.UserSession, optional) – Password of the account to sign-in.silent (
bool, optional) – Return None instead of raising exception, defaults to False.
- Returns
reqWrapper.Session. Logged in session.
UserSession¶
This function has alias of vlivepy.UserSession
dumpSession()¶
This function has alias of vlivepy.dumpSession()
loadSession()¶
This function has alias of vlivepy.loadSession()