vlivepy.UserSession

class vlivepy.UserSession(email: str, pwd: str)[source]

Bases: object

This is the object for using vlivepy with user permission. You need to use UserSession when you load user-only content (e.g VLIVE+, Membership, etc..)

Email-account info(email, pwd) should be used as login info. This is not working with social login info.

Caution

Too frequent login-try will be banned from VLIVE.

Use vlivepy.dumpSession() and vlivepy.loadSession() to saving UserSession

Parameters
  • email (str) – Sign-in email

  • pwd (str) – Sign-in password

property email

Get logged-in email info.

Return type

str

refresh()None[source]

Reload login data

property session

Get logged-in Session

Return type

reqWrapper.Session