Skip to content

Latest commit

 

History

History
executable file
·
29 lines (25 loc) · 1018 Bytes

File metadata and controls

executable file
·
29 lines (25 loc) · 1018 Bytes

Flask

Spotify API

  • Explore Spotify API
    • Given a Spotify username, fetch songs & playlists of the user
      • Given a Spotify username, fetch the user's playlists. -> fetch_user_playlists.py
      • List the songs in a playlist.
      • Get the details (track name and artist name) of a song in a playlist

YouTube Music API

Other

  • Add dependencies to pipfile.
    • pipenv install spotipy
  • Clear unnecessary dependencies