showroom-recorder


Nameshowroom-recorder JSON
Version 0.7.13 PyPI version JSON
download
home_pagehttps://github.com/vacabun/showroom-recorder
SummaryRecording Showroom Streaming Video
upload_time2025-07-30 16:42:31
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
```

## Usage

Directly input the member room name as a parameter:

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

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.


            

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/f0/20/4ae93ab88a694a7faadb507f7c123e665f2df6de33a706b4fc9d0d6409e9/showroom_recorder-0.7.13.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\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 config.json 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 list.\n\n\n``` shell\nshowroom-recorder\n```\n\nThe recorded video will be stored in the videos folder.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Recording Showroom Streaming Video",
    "version": "0.7.13",
    "project_urls": {
        "Homepage": "https://github.com/vacabun/showroom-recorder"
    },
    "split_keywords": [
        "video",
        "download",
        "showroom"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c11adfdced2bd6129f95877bac3b4a0e2e43fa549c9b15e8f3c66216a23d3705",
                "md5": "d990df57be28a731b253abd88853f423",
                "sha256": "c1cabdf4625c4cde712e14a6744bff8c869e889a45d82ffd12e32d0a82050977"
            },
            "downloads": -1,
            "filename": "showroom_recorder-0.7.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d990df57be28a731b253abd88853f423",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 21473,
            "upload_time": "2025-07-30T16:42:29",
            "upload_time_iso_8601": "2025-07-30T16:42:29.479404Z",
            "url": "https://files.pythonhosted.org/packages/c1/1a/dfdced2bd6129f95877bac3b4a0e2e43fa549c9b15e8f3c66216a23d3705/showroom_recorder-0.7.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0204ae93ab88a694a7faadb507f7c123e665f2df6de33a706b4fc9d0d6409e9",
                "md5": "c7ef1bb05e4f4ede6b66a7649eff2291",
                "sha256": "60a0a324dd76d1603fae1d3742c04aafa3c8a77208d4b573841df37aa33e3221"
            },
            "downloads": -1,
            "filename": "showroom_recorder-0.7.13.tar.gz",
            "has_sig": false,
            "md5_digest": "c7ef1bb05e4f4ede6b66a7649eff2291",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21476,
            "upload_time": "2025-07-30T16:42:31",
            "upload_time_iso_8601": "2025-07-30T16:42:31.195058Z",
            "url": "https://files.pythonhosted.org/packages/f0/20/4ae93ab88a694a7faadb507f7c123e665f2df6de33a706b4fc9d0d6409e9/showroom_recorder-0.7.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-30 16:42:31",
    "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: 1.52996s