Skip to main content

This is a package that allows you to easily import Melon Top100 information. Suitable for training lists and dictionaries.

Project description

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

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}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

melon_top100-1.1.0.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

melon_top100-1.1.0-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page