A simple script to save all tracks in a Spotify playlist to your library.
- Create a Spotify application at Spotify Developer Dashboard
- Clone the repository using
git clone https://github.com/Temerold/heart-all.git - Install the required packages using
pip install -r requirements.txt - Run the script using
python heart_all.py - Follow the instructions in the terminal
- Enjoy!
You can configure the script by editing the config.yaml file. The following options are available:
log_filename: The name of the log fileplaylist_id: The ID of the playlist you want to save (optional)
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project uses Google's style guides and uses Black, isort, Pylint, and Prettier to enforce them. Other tools are however welcome!
In accordance with the license used by the Google Python Style Guide (Apache License, Version 2.0), all changes made to pylintrc have to be documented. The following changes have been made:
max-line-lengthhas been changed from 80 to 88