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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file melon_top100-1.1.0.tar.gz
.
File metadata
- Download URL: melon_top100-1.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9355cc000c469bb14f63cb2d3bd9083a6a7bf0b0a2b74a3e3ecf33ca091426d7 |
|
MD5 | 8bf58cf05e1150b17506979821c50c91 |
|
BLAKE2b-256 | 6524989c1bcd46901d683b302a57c9333aa7e662b602f82322ef203c7b839cd7 |
File details
Details for the file melon_top100-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: melon_top100-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 731c0a5b71993e41719eeae5b1569a0212ec68876425109d52babd16b8d91032 |
|
MD5 | 2dc8ec2462ea26fde55b95d08778fca9 |
|
BLAKE2b-256 | 1b5474d3a69aff6c4d925ec7df5e0c0fbf571c2010d80493d375ae7ea79fcbbd |