Table of Contents
Certified Energy was created out of curiosity. Which of Drake's albums is the most is the most energetic? With the release of his latest album: Certified Lover Boy I had questions about how the energy of this album compared to the others in Drake's discography. Utilizing the Spotify API and Python; Certified Energy aims to understand how the changes in energy in music and how, if there are any, correlating factors that contribute to a songs energy.
Current Goals:
- Find the most Energetic Album in Drake's discogrpahy
- Find the Top 5 most energetic songs in Drakes discography
- Find the Average Energy of Drake's Albums
- Rank individual songs within each album.
- Rank the Drake's Albums by Energy
- json
- requests
- base64
- datetime
- urllib.parse
- requests.api
- config
-
Get a Spotify API Key at https://developer.spotify.com/documentation/web-api/quick-start/
-
Clone the repo
git clone https://github.com/yemo06/CertifiedEnergy.git
-
Create a file called
config.py
Enter the following two lines w/ your unique credentials clientId = 'ENTER YOUR CLIENT ID ' clientSecret 'ENTER YOUR CLIENT SECRET '
- Seeking if there are any correlations with the loudness of a song and its energy.
- Seeing if the is significant difference in a songs energy when comparing the explicit and non-explcit versions the song.
For more examples, please refer to the Documentation
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/yemo06/CertifiedEnergy