Skip to content

Accessing the Spotify API to check the data inside my favorite playlist

Notifications You must be signed in to change notification settings

Amanda-Amaral/Spotify-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify API Project

This project accesses the Spotify API to retrieve data from a favorite playlist. It demonstrates how to interact with Spotify's web API using Python.

Features

  • Connect to Spotify API
  • Retrieve playlist data
  • Display playlist details

Prerequisites

  • Python 3.x
  • Spotify Developer Account

Installation

  1. Clone the repository:
    git clone https://github.com/Amanda-Amaral/Spotify-API.git
  2. Navigate to the project directory:
    cd Spotify-API
  3. Install dependencies:
    pip install -r requirements.txt

Usage

  1. Obtain Spotify API credentials from Spotify Developer Dashboard.
  2. Set your credentials as environment variables:
    export SPOTIFY_CLIENT_ID='your_client_id'
    export SPOTIFY_CLIENT_SECRET='your_client_secret'
  3. Run the script:
    python spotify_case_playlist.py

Files

  • spotify_case_playlist.py: Main script to access and display playlist data.
  • projeto spotify.pptx: Presentation outlining the project.
  • Client_Spotify.txt: Contains client information (ensure this is properly secured).

Contributing

Feel free to open issues or submit pull requests.

License

This project is licensed under the MIT License.

About

Accessing the Spotify API to check the data inside my favorite playlist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages