Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 389 Bytes

File metadata and controls

21 lines (17 loc) · 389 Bytes

spotify-recapped

Analyze your own extended Spotify listening data for fun.

Running it yourself

TBD

For Devs

TBD

Testing

python -m pip install pytest
pytest

Linting

python -m pip install flake8
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics