Skip to content

Choose a day in time and automatically create a Spotify playlist of the top songs playing in the world in that moment.

License

Notifications You must be signed in to change notification settings

barbaracalderon/music-time-machine-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This README.md file is in English and Portuguese (soon). // Esse arquivo README.md está em Inglês e Português (em breve).

EN: The Music Time Machine Project

This is my solution and own version to the "Music Time Machine" challenge from Dr. Angela Yu's Python Bootcamp, from the London App Brewery.

a screenshot of the output welcome message to my version of the "music time machine" challenge

What do I need to run this?

  1. Python installed
  2. A Spotify Account
  3. To create your own Spotify App at Spotify Developer Dashboard
    • (This repository code will be your App)
  4. Your own Spotify CLIENT_ID, CLIENT_SECRET and REDIRECT_URI
    • (You will copy the CLIENT_ID and CLIENT_SECRET from your App in the Developer Dashboard - Spotify will give you this)
    • (You will set your REDIRECT_URI in your App in the Developer Dashboard - you will give this to Spotify)
  5. To set your ENVIRONMENT VARIABLES in your Operating System (OS)
    • (Your environment varibles are... your CLIENT_ID, CLIENT_SECRET and the chosen REDIRECT_URI)
    • (This is a security measure. You don't want your credentials available to public.)
  6. Select a valid date in time
    • (YYYY-MM-DD = YEAR-MONTH-DAY)

More information at

Enjoy! ;)

B.

About

Choose a day in time and automatically create a Spotify playlist of the top songs playing in the world in that moment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages