CS50P Final project - Spotify Downloader

Описание к видео CS50P Final project - Spotify Downloader

In this video, I demonstrate my final project for the CS50P - Intro to programming with python course. I created a program called 'Spotify downloader' which is a python CLI program that downloads songs or even whole playlists from Spotify.
GitHub code: https://github.com/Hosea174/spotify-downlo...

Create a Spotify developer's account: https://developer.spotify.com/dashboard/

⌚ Timestamps:

00:00 - Intro
00:18 - How it works
00:54 - Getting started
01:49 - Downloading the source code
02:31 - Project demo
04:46 - Outro

Terminal commands:
$ git clone https://github.com/Hosea174/spotify-downlo...
$ cd spotify-downloader
$ export SPOTIFY_CLIENT_ID='your-client-id'
$ export SPOTIFY_CLIENT_SECRET='your-client-secret'
$ pip install -r requirements.txt

Комментарии

Информация по комментариям в разработке