Skip to content

MarcusDragsten/spotify-bpm-checker

Repository files navigation

spotify-bpm-checker

Checks a playlist's tracks for their BPM (beats per minute).

Setup guide

  1. Clone the repository, and go to the root directory of the project.
  2. Create a virtual environment:
python -m venv .venv # or use specific version of python, e.g. python3.12
  1. Activate the virtual environment:
source .venv/bin/activate # or .venv/Scripts/activate on Windows
  1. Install poetry with pip:
pip install poetry
  1. Go to the app directory and install dependencies with poetry:
cd app
poetry install
  1. Create a .env file in the root directory and add the following:
CLIENT_ID=<ask Marcus>
CLIENT_SECRET=<ask Marcus>

Usage

cd app # If not already in the app directory
export PYTHONPATH=.
python <python_file_to_run>

# e.g.
python src/bpm_feature.py

About

Checks a playlist's tracks for their BPM (beats per minute).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published