umdmusic-downloader

August 18, 2020 ยท View on GitHub

Description

Python script to download top billboard singles from www.umdmusic.com, a great website for historical music charts data.

I used this to get the data I needed for a data visualization project on my blog.

Requirements

requests
html5lib
beautifulsoup4

How to run

python downloader.py

Contents

  1. 1Description
  2. 2Requirements
  3. 3How to run