SkillAgentSearch skills...

Billboardpy

Simple API to access Billboard Charts

Install / Use

/learn @deepjyoti30/Billboardpy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

billboardpy

Simple Python API to access billboard charts

Usage

Clone the repo and copy the billboard.py file to the folder you want to access it in.

git clone https://github.com/deepjyoti30/billboardpy

Quickstart

For any chart the Billboard class is used

To fetch the youtube chart.

>>> import billboard
>>> Chart = billboard.Billboard("youtube")

To access the songs

>>> print(Chart.chart[0].title, 'by', Chart.chart[0].artist)
Thank U, Next by Ariana Grande

The name of the playlist from the webpage can be accessed in the following way

>>> Chart.chart_name
'YOUTUBE'

Datatype

Every song has three accessible properties

  • title - Title of the song
  • artist - Name of the artist
  • rank - Current rank of the song

Dependencies

  • BeautifulSoup
  • Requests

Feature Requests

Feel free to ask for a feature by tagging the issue as Feature Request.

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated5mo ago
Forks0

Languages

Python

Security Score

87/100

Audited on Oct 10, 2025

No findings