Skip to content

TonyGrif/billboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Billboard

Python scraper for Billboard Charts

Installation

Billboard is available through PyPi through pip install billboard.

Billboard officially supports Python 3.9+.

Quick Start

from billboard import BillboardChart

hot = BillboardChart("YYYY-MM-DD")

Other charts can be gathered in a similar way; check the API docs for more details.

Authors

License

This project is licensed under the MIT License - see the LICENSE for details