Skip to content

A program to fetch and summarize a user's Spotify data

Notifications You must be signed in to change notification settings

jbrown1618/spotify-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Stats

Setup

# Clone the repo
git clone git@github.com:jbrown1618/spotify-stats.git
cd spotify-stats

# Set up the virtual environment
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r ./requirements.txt

# Set up environment variables
cp .env.sample .env
# Edit .env to include your Spotify credentials and desired output path

python ./main.py

# Exit the virtual environment
deactivate

About

A program to fetch and summarize a user's Spotify data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages