Metadata-Version: 2.1
Name: vlivepy
Version: 0.3.2
Summary: vlivepy is unofficial, Python-based, API of VLIVE(vlive.tv)
Home-page: https://github.com/box-archived/vlive-py
Author: box-archived
Author-email: box.cassette@gmail.com
License: MIT License
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.*)
Requires-Dist: reqWrapper (>=0.2.*)
Requires-Dist: beautifulsoup4 (>=4.*)

> #### Language
> English [Korean](README.Korean.md)

# vlivepy
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/box-archived/vlive-py)](https://github.com/box-archived/vlive-py/releases/latest)
[![PyPI](https://img.shields.io/pypi/v/vlivepy)](https://pypi.org/project/vlivepy/)
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/box-archived/vlive-py?include_prereleases&label=dev)](https://github.com/box-archived/vlive-py/releases/)
[![GitHub](https://img.shields.io/github/license/box-archived/vlive-py)](LICENSE)

vlivepy unofficial, Python-based, API-Wrapper of [VLIVE](https://www.vlive.tv/)

## Install
vlivepy can be installed via [PyPI](https://pypi.org/project/vlivepy/).
```console
$ python -m pip install vlivepy
```


