Python API for downloading Naver Vibe charts
Project description
vibe-chart.py
vibe-chart.py is a Python API that retrieves the TOP 100 information from the Naver Vibe.
Installation
pip install vibe-chart.py
Quickstart
The main usage of vibe-chart.py is similar to billboard.py.
>>> from vibe import *
>>> chart = ChartData(image_size=500)
>>> print(chart[0].json())
{
"artist": "IVE(아이브)",
"image": "https://musicmeta-phinf.pstatic.net/album/009/334/9334427.jpg?type=r500Fll&v=20230404132130",
"isNew": false,
"lastPos": 1,
"rank": 1,
"title": "Kitsch"
}
>>> print(chart.name)
오늘 Top 100
>>> print(chart.date)
2023-04-09 07:00:00
ChartData Arguments
name– The chart namedate– The chart datequeryStart– The starting index of the chart entries to be retrieved from the Vibe API. (default: 1)queryCount– The number of items to retrieve from the API response, starting fromqueryStart. (default: 100)imageSize– The size of cover image for the track. (default: 256)fetch– A boolean value that indicates whether to retrieve the chart data immediately. If set toFalse, you can fetch the data later using thefetchEntries()method.
Chart entry attributes
ChartEntry can be accessed using the ChartData[index] syntax. A ChartEntry instance has the following attributes:
title– The title of the trackartist– The name of the artistimage– The URL of the cover image for the tracklastPos- The track's last position on the previous period.rank– The track's current rank position on the chart.isNew– Whether the track is new to the chart.
Dependencies
License
This project is licensed under the MIT License.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vibe-chart.py-1.0.1.tar.gz.
File metadata
- Download URL: vibe-chart.py-1.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
570363406e0967cca1eb0f52c4c75e2bc751aaece8e40293505836b6e8cb82f6
|
|
| MD5 |
08a69da7078c87c22d7d45dc995c5e74
|
|
| BLAKE2b-256 |
7a950c8763beb4a267caf4a22c2cd0f29da9f449449b5faf5e1511ddaf026358
|
File details
Details for the file vibe_chart.py-1.0.1-py3-none-any.whl.
File metadata
- Download URL: vibe_chart.py-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4f5f4a38920594a4efbf73132613fb7e9c8728e9a1811f3a59235df1f83c501
|
|
| MD5 |
79833a8f17811d151ffc87a9f705472a
|
|
| BLAKE2b-256 |
44702c848e6b1d635c3108f57ca48c7848c4f73db06e5544a8eebe341a3be0e3
|