Tool for collecting Hololive stats from Spotify and displaying them in a simple graph.
Website: https://holo-spotify-stats.jirikunes.eu/
- Use Python 3.11+
- Install script dependencies with
pip install -r requirements.txt
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
cd website
npm install
npm run build
cd website
npm run preview
Use pre-commit
pre-commit install