This README.md file is in English and Portuguese (soon). // Esse arquivo README.md está em Inglês e Português (em breve).
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.
- Python installed
- A Spotify Account
- To create your own Spotify App at Spotify Developer Dashboard
- (This repository code will be your App)
- 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)
- 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.)
- Select a valid date in time
- (YYYY-MM-DD = YEAR-MONTH-DAY)
- How to create a Spotify App and its credentials
- How to set your ENVIRONMENT VARIABLES
- Screenshots of the App running
Enjoy! ;)
B.