Python scraper for Billboard Charts
Billboard is available through PyPi through
pip install billboard
.
Billboard officially supports Python 3.9+.
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.
- TonyGrif - Creator and Maintainer
This project is licensed under the MIT License - see the LICENSE for details