melon-top100


Namemelon-top100 JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryThis is a package that allows you to easily import Melon Top100 information. Suitable for training lists and dictionaries.
upload_time2023-07-09 13:04:46
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements beautifulsoup4 requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MelonTop100

This is a simple package that brings up the Top 100 list of Melon, a music site in Korea.

If you use the `get_songs()` function, you can check Melon's Top 100 songs in the form of a list, and the items in the list are provided as a dictionary containing information such as song name and singer.

## Setup(Dev)

```
$ python -m venv venv
$ .\venv\Scripts\activate
(venv) $ python -m pip install -U pip setuptools wheel pip
(venv) $ python -m pip install -U build twine
(venv) $ python -m build .
(venv) $ python -m pip install .\dist\melon_top100-1.0.0-py3-none-any.whl --force-reinstall
```

## Use

```python
from melon_top100 import get_songs, get_like_count

>>> top100 = get_songs()
... {'song_no': '34754292', 'title': 'TOMBOY', 'album': 'I NEVER DIE', 'artis '(여자)아이들'}, ...


>>> get_like_count(34754292)
{'34754292': 137492}
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "melon-top100",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Sangkon Han <sigmadream@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/65/24/989c1bcd46901d683b302a57c9333aa7e662b602f82322ef203c7b839cd7/melon_top100-1.1.0.tar.gz",
    "platform": null,
    "description": "# MelonTop100\r\n\r\nThis is a simple package that brings up the Top 100 list of Melon, a music site in Korea.\r\n\r\nIf you use the `get_songs()` function, you can check Melon's Top 100 songs in the form of a list, and the items in the list are provided as a dictionary containing information such as song name and singer.\r\n\r\n## Setup(Dev)\r\n\r\n```\r\n$ python -m venv venv\r\n$ .\\venv\\Scripts\\activate\r\n(venv) $ python -m pip install -U pip setuptools wheel pip\r\n(venv) $ python -m pip install -U build twine\r\n(venv) $ python -m build .\r\n(venv) $ python -m pip install .\\dist\\melon_top100-1.0.0-py3-none-any.whl --force-reinstall\r\n```\r\n\r\n## Use\r\n\r\n```python\r\nfrom melon_top100 import get_songs, get_like_count\r\n\r\n>>> top100 = get_songs()\r\n... {'song_no': '34754292', 'title': 'TOMBOY', 'album': 'I NEVER DIE', 'artis '(\uc5ec\uc790)\uc544\uc774\ub4e4'}, ...\r\n\r\n\r\n>>> get_like_count(34754292)\r\n{'34754292': 137492}\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This is a package that allows you to easily import Melon Top100 information. Suitable for training lists and dictionaries.",
    "version": "1.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/sigmadream/melon_top100/issues",
        "Homepage": "https://github.com/sigmadream/melon_top100"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b5474d3a69aff6c4d925ec7df5e0c0fbf571c2010d80493d375ae7ea79fcbbd",
                "md5": "2dc8ec2462ea26fde55b95d08778fca9",
                "sha256": "731c0a5b71993e41719eeae5b1569a0212ec68876425109d52babd16b8d91032"
            },
            "downloads": -1,
            "filename": "melon_top100-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2dc8ec2462ea26fde55b95d08778fca9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3698,
            "upload_time": "2023-07-09T13:04:45",
            "upload_time_iso_8601": "2023-07-09T13:04:45.406352Z",
            "url": "https://files.pythonhosted.org/packages/1b/54/74d3a69aff6c4d925ec7df5e0c0fbf571c2010d80493d375ae7ea79fcbbd/melon_top100-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6524989c1bcd46901d683b302a57c9333aa7e662b602f82322ef203c7b839cd7",
                "md5": "8bf58cf05e1150b17506979821c50c91",
                "sha256": "9355cc000c469bb14f63cb2d3bd9083a6a7bf0b0a2b74a3e3ecf33ca091426d7"
            },
            "downloads": -1,
            "filename": "melon_top100-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8bf58cf05e1150b17506979821c50c91",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3350,
            "upload_time": "2023-07-09T13:04:46",
            "upload_time_iso_8601": "2023-07-09T13:04:46.860382Z",
            "url": "https://files.pythonhosted.org/packages/65/24/989c1bcd46901d683b302a57c9333aa7e662b602f82322ef203c7b839cd7/melon_top100-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-09 13:04:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sigmadream",
    "github_project": "melon_top100",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "beautifulsoup4",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "melon-top100"
}
        
Elapsed time: 0.09787s