GenieAPI


NameGenieAPI JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/Pma10/GenieAPI
SummaryGenie Music API
upload_time2024-12-08 15:24:55
maintainerNone
docs_urlNone
authorPma10
requires_python>=3.6
licenseMIT
keywords genie korea lyrics api music
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GenieAPI 🎵

**GenieAPI**는 [Genie Music](https://www.genie.co.kr/) 데이터를 쉽게 가져올 수 있는 Python API 라이브러리입니다.

## 주요 기능 ✨
- 곡 정보 가져오기
- 싱크 가사 다운로드 하기

## 설치 방법 🛠️

```bash
pip install GenieAPI
```

# 사용 방법
```python
from genieapi import GenieAPI

genie = GenieAPI()
song = genie.search_song("APT ROSE",limit=1)

genie.get_lyrics(song[0][1])
```

- APT ROSE -> 곡 제목
- limit=1 -> 가져올 곡의 개수 (기본값: 1)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Pma10/GenieAPI",
    "name": "GenieAPI",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "genie, korea, lyrics, api, music",
    "author": "Pma10",
    "author_email": "pmavmak10@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/41/12/56696e78f2a61b632e1c95d84840eb06434d05f7c64787772be74fd56431/genieapi-0.1.2.tar.gz",
    "platform": null,
    "description": "# GenieAPI \ud83c\udfb5\r\n\r\n**GenieAPI**\ub294 [Genie Music](https://www.genie.co.kr/) \ub370\uc774\ud130\ub97c \uc27d\uac8c \uac00\uc838\uc62c \uc218 \uc788\ub294 Python API \ub77c\uc774\ube0c\ub7ec\ub9ac\uc785\ub2c8\ub2e4.\r\n\r\n## \uc8fc\uc694 \uae30\ub2a5 \u2728\r\n- \uace1 \uc815\ubcf4 \uac00\uc838\uc624\uae30\r\n- \uc2f1\ud06c \uac00\uc0ac \ub2e4\uc6b4\ub85c\ub4dc \ud558\uae30\r\n\r\n## \uc124\uce58 \ubc29\ubc95 \ud83d\udee0\ufe0f\r\n\r\n```bash\r\npip install GenieAPI\r\n```\r\n\r\n# \uc0ac\uc6a9 \ubc29\ubc95\r\n```python\r\nfrom genieapi import GenieAPI\r\n\r\ngenie = GenieAPI()\r\nsong = genie.search_song(\"APT ROSE\",limit=1)\r\n\r\ngenie.get_lyrics(song[0][1])\r\n```\r\n\r\n- APT ROSE -> \uace1 \uc81c\ubaa9\r\n- limit=1 -> \uac00\uc838\uc62c \uace1\uc758 \uac1c\uc218 (\uae30\ubcf8\uac12: 1)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Genie Music API",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/Pma10/GenieAPI"
    },
    "split_keywords": [
        "genie",
        " korea",
        " lyrics",
        " api",
        " music"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9eb9920a889a1aa8bd26d73c65b000855748615091f8580a3228b9f09498bf18",
                "md5": "14da4a9840a693ee9badabf5859a1692",
                "sha256": "fd08d7d44ceb31d93abe46daf9385a2ee3806f32512f748c797a1c91955772f0"
            },
            "downloads": -1,
            "filename": "GenieAPI-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14da4a9840a693ee9badabf5859a1692",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3784,
            "upload_time": "2024-12-08T15:24:54",
            "upload_time_iso_8601": "2024-12-08T15:24:54.524770Z",
            "url": "https://files.pythonhosted.org/packages/9e/b9/920a889a1aa8bd26d73c65b000855748615091f8580a3228b9f09498bf18/GenieAPI-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "411256696e78f2a61b632e1c95d84840eb06434d05f7c64787772be74fd56431",
                "md5": "df5d99020dd5ceef07bd98288ef98eed",
                "sha256": "755323c55f922b7a1a46d644bde2b5f9927b3ad970f5ff6d050282498144b2eb"
            },
            "downloads": -1,
            "filename": "genieapi-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "df5d99020dd5ceef07bd98288ef98eed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3435,
            "upload_time": "2024-12-08T15:24:55",
            "upload_time_iso_8601": "2024-12-08T15:24:55.520991Z",
            "url": "https://files.pythonhosted.org/packages/41/12/56696e78f2a61b632e1c95d84840eb06434d05f7c64787772be74fd56431/genieapi-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-08 15:24:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Pma10",
    "github_project": "GenieAPI",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "genieapi"
}
        
Elapsed time: 0.42257s