Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 795 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 795 Bytes

loudness wars

The loudness wars refers to the increasing loudness of recorded music. The overall loudness of popular music is increasing because producers are adding increasing amounts dynamic compression.

Loudness Wars

Usage

virtualenv

$ virtualenv venv
$ source venv/bin/activate

pip

$ pip install -r requirements.txt

config

Register for a Spotify developer account here. Get the client_id and client_secret and put them in a file named config (see example.config for an example config).

Run it

Seed the Billboard database

$ python billboard.py

Scrape track information from Spotify

$ python loudness_wars.py