Skip to content

Tool for collecting Hololive stats from Spotify and displaying them

Notifications You must be signed in to change notification settings

kunesj/holo-spotify-stats

Repository files navigation

Hololive Spotify Stats

Tool for collecting Hololive stats from Spotify and displaying them in a simple graph.

Website: https://holo-spotify-stats.jirikunes.eu/

Script Setup

  • Use Python 3.11+
  • Install script dependencies with pip install -r requirements.txt

Website Setup

Install Node.js

nvm install 16.20
nvm use 16.20

If you are running this with Pycharm, the NVM ENV variables must be copied from ~/.bashrc to ~/.profile. These ones:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

Build assets

cd website
npm install
npm run build

Run local server

cd website
npm run preview

Development

Use pre-commit

pre-commit install

About

Tool for collecting Hololive stats from Spotify and displaying them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published