Skip to main content

Python API for downloading Bugs charts

Project description

bugs-chart.py

bugs

bugs-chart.py is a Python API that retrieves the TOP 100 information from the Bugs.

Installation

pip install bugs-chart.py

Quickstart

The main usage of bugs-chart.py is similar to billboard.py.

>>> from bugs import *
>>> chart = ChartData(chartType=BugsChartType.Domestic)
>>> print(chart[0].json())
{
    "artist": "IVE (아이브)",
    "image": "https://image.bugsm.co.kr/album/images/256/40849/4084947.jpg",
    "lastPos": 1,
    "peakPos": 1,
    "rank": 1,
    "title": "Kitsch"
}
>>> print(chart.date)
2023-04-09 12:00:00

ChartData Arguments

  • date – The chart date
  • chartType
    • BugsChartType.All – 전체
    • BugsChartType.Domestic – 국내
    • BugsChartType.International – 해외
  • chartPeriod
    • BugsChartPeriod.Realtime – 실시간
    • BugsChartPeriod.Daily – 일간
    • BugsChartPeriod.Weekly – 주간
  • 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 to False, you can fetch the data later using the fetchEntries() 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 track
  • artist – The name of the artist
  • image – The URL of the cover image for the track
  • peakPos - The track's peak position on the chart.
  • lastPos - The track's last position on the previous period.
  • rank – The track's current rank position on the chart.

Dependencies

License

This project is licensed under the MIT License.

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

bugs-chart.py-1.0.4.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bugs_chart.py-1.0.4-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file bugs-chart.py-1.0.4.tar.gz.

File metadata

  • Download URL: bugs-chart.py-1.0.4.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for bugs-chart.py-1.0.4.tar.gz
Algorithm Hash digest
SHA256 acb9107a32b87c0c04c5cd616fd638afa7449aebd8ea2fdfc15d0b182d25cfa3
MD5 800260f425fff67cf93fd9f256b98592
BLAKE2b-256 051ee0217472bff730bd55cfdd4e36220d0cba48dbcaf37d80dc15745243cb01

See more details on using hashes here.

File details

Details for the file bugs_chart.py-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: bugs_chart.py-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for bugs_chart.py-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d5e427a8e5f47855576e7c4643cce616a139ed1c6cfff3c11a093fdcbdd8f308
MD5 d4c1e917fa9a9ac062ad3a21125bae44
BLAKE2b-256 41b0ff12002082b8bf3d778deb417ee7a114c8738fb9ff11d4f4d2cb4b4924f8

See more details on using hashes here.

Supported by

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