Skip to content

nltvator/SpotifyAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyAPI

Pulling information through Spotify's API connection. This program can pull an artist's top tracks and related artists through Spotify's API connection. Here's the official website: https://developer.spotify.com

This program is using Python 3.10. You can download Python here: https://www.python.org/downloads/

Use the following code to install the required Python packages: pip install requests pip install spotipy pip install python-dotenv

Make sure and create a .env file for your own configuration settings. If you don't have your Client ID and Secret you can get them here: https://developer.spotify.com/dashboard/applications

CLIENT_ID= CLIENT_SECRET= ARTIST_ID=

About

Pulling information through Spotify's API connection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages