vlivepy

vlivepy is a VLIVE(vlive.tv) parser for python.

Easily parse and explore VLIVE with vlivepy.

import vlivepy

video = vlivepy.OfficialVideoPost(231176)
print(video.title)
# 연히랑 새해 따뜻하게 보내기❣

print(video.channel_name)
# Rocket Punch

Getting started

First, you need to install the vlivepy. Check out how to install vlivepy. If you want to customize some settings? Read about custom variables.

Oops. You’ve got trouble? Check all exceptions or create an issue. You can also ask for help on the discussion

Base Models & Objects

This is the base model for grouping common properties of the objects.

Entire inheritance structure is down below.

Module & Functions

Check more functions!. Or you just can import modules and use core functions.