git clone https://github.com/deepjyoti30/billboardpy
To fetch the youtube chart.
>>> import billboard
>>> Chart = billboard.Billboard("youtube")
>>> print(Chart.chart[0].title, 'by', Chart.chart[0].artist)
Thank U, Next by Ariana Grande
>>> Chart.chart_name
'YOUTUBE'
title
- Title of the songartist
- Name of the artistrank
- Current rank of the song
- BeautifulSoup
- Requests