showroom-recorder


Nameshowroom-recorder JSON
Version 0.6.12 PyPI version JSON
download
home_pagehttps://github.com/vacabun/showroom-recorder
SummaryRecording Showroom Streaming Video
upload_time2024-04-01 09:22:53
maintainerNone
docs_urlNone
authorvacabun
requires_pythonNone
licenseNone
keywords video download showroom
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

4. Install font `font/msgothic.ttc`. (If you need to use subtitle files)

## Usage

Directly input the member room name as a parameter:

``` shell
showroom-recorder -i LOVE_MAIKA_SASAKI
```

Or modify the rooms.ini 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.ini file.

> Enter multiple room names separated by line breaks and use "#" for comments.

``` shell
showroom-recorder
```

The recorded video will be stored in the save folder.

And the comments will be saved in the comments folder as subtitles.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vacabun/showroom-recorder",
    "name": "showroom-recorder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "video download showroom",
    "author": "vacabun",
    "author_email": "maguotong66@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/11/6ed786072d6a3c66080f8d2541b87903d85aa16f23b4a4233bd8f76e0fa1/showroom-recorder-0.6.12.tar.gz",
    "platform": "any",
    "description": "# showroom-recorder\nA Script for Recording Showroom Streaming Video\n\n## Installation\n\n1. Install the python3.\n\n2. Install requirements.\n\n``` shell\npip install showroom-recorder\n```\n\n3. Install ffmpeg\n\n``` shell\nsudo apt install ffmpeg\n```\n\n4. Install font `font/msgothic.ttc`. (If you need to use subtitle files)\n\n## Usage\n\nDirectly input the member room name as a parameter:\n\n``` shell\nshowroom-recorder -i LOVE_MAIKA_SASAKI\n```\n\nOr modify the rooms.ini file\uff0cand run without parameter. \n\nThe configuration file will be automatically created on the first run.\n\n> The SHOWROOM live address is \"https://www.showroom-live.com/ROOM_URL_KEY\".\n\n> Please copy the last segment of the room name and paste it into the rooms.ini file.\n\n> Enter multiple room names separated by line breaks and use \"#\" for comments.\n\n``` shell\nshowroom-recorder\n```\n\nThe recorded video will be stored in the save folder.\n\nAnd the comments will be saved in the comments folder as subtitles.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Recording Showroom Streaming Video",
    "version": "0.6.12",
    "project_urls": {
        "Homepage": "https://github.com/vacabun/showroom-recorder"
    },
    "split_keywords": [
        "video",
        "download",
        "showroom"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0116ed786072d6a3c66080f8d2541b87903d85aa16f23b4a4233bd8f76e0fa1",
                "md5": "02791c66bf66ad40157a31b3d457e0f3",
                "sha256": "ea8fdc8f83fe978f4c1ee125324083672ebba4ec8557ed66ec5eb90260af82d6"
            },
            "downloads": -1,
            "filename": "showroom-recorder-0.6.12.tar.gz",
            "has_sig": false,
            "md5_digest": "02791c66bf66ad40157a31b3d457e0f3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35344,
            "upload_time": "2024-04-01T09:22:53",
            "upload_time_iso_8601": "2024-04-01T09:22:53.286479Z",
            "url": "https://files.pythonhosted.org/packages/d0/11/6ed786072d6a3c66080f8d2541b87903d85aa16f23b4a4233bd8f76e0fa1/showroom-recorder-0.6.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 09:22:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vacabun",
    "github_project": "showroom-recorder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "showroom-recorder"
}
        
Elapsed time: 0.21469s