A simple python script to download songs/albums/playlists from spotify.
- Clone the repository:
git clone https://github.com/minkxx/SpotifyDownloader.git
- Go to the cloned folder:
cd SpotifyDownloader
- Get your Necessary Variables
- Create a file
config.py
and store them:
SPOTIFY_CLIENT_ID = "your client id"
SPOTIFY_CLIENT_SECRET = "your client secret"
- Install the requirements:
pip install -U -r requirements.txt
- Run the script and enter spotify track/album/playlist link to download on
songs/
folder:
python spotifyDownloader.py