A CLI agent for downloading spotify playlists/albums using their link.
- Python-3.6 or above
- pytube
- os
- time
- re
- youtube-search-python
- spotipy
Clone or download it from github and install all the requirements. You can install them easily by this command pip3 install requirement.txt
or install one by one.
Note: Put your own api key in spotify_track_fetcher.py
.
- Right click and open file
main.py
in your desired text editor, at line 6 put your desired output directory between the" "
. - Save the file.
This project is licensed under the MIT License.