Metadata-Version: 2.4
Name: showroom-recorder
Version: 0.8.0
Summary: Recording Showroom Streaming Video
Home-page: https://github.com/vacabun/showroom-recorder
Author: vacabun
Author-email: maguotong66@gmail.com
Keywords: video download showroom
Platform: any
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: ffmpeg-python
Requires-Dist: webdav4
Requires-Dist: biliup
Requires-Dist: m3u8
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# showroom-recorder
A Script for Recording Showroom Streaming Video

## Installation

1. Install the python3.

2. Install requirements.

``` shell
pip install showroom-recorder
```

3. Install ffmpeg

``` shell
sudo apt install ffmpeg
```

## Usage

Directly input the member room name as a parameter:

``` shell
showroom-recorder -i mikufunai_thecoinlockers
```

Or modify the config.json file，and run without parameter. 

The configuration file will be automatically created on the first run.

> The SHOWROOM live address is "https://www.showroom-live.com/ROOM_URL_KEY".

> Please copy the last segment of the room name and paste it into the rooms list.


``` shell
showroom-recorder
```

The recorded video will be stored in the videos folder.

