https://github.com/thetedlab/spotistats
Spotify analytics and music data visualization service
https://github.com/thetedlab/spotistats
big-data docker javascript postgres python selenium spotify-web-api
Last synced: 3 months ago
JSON representation
Spotify analytics and music data visualization service
- Host: GitHub
- URL: https://github.com/thetedlab/spotistats
- Owner: TheTedLab
- Created: 2023-11-11T12:16:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T23:07:45.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T18:15:06.748Z (10 months ago)
- Topics: big-data, docker, javascript, postgres, python, selenium, spotify-web-api
- Language: Python
- Homepage:
- Size: 22.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://github.com/TheTedLab/SpotiStats/actions/workflows/unit-tests.yaml)
[](https://thetedlab.github.io/SpotiStats/index.html)
## Table of contents
* [Introduction](https://github.com/TheTedLab/SpotiStats#introduction)
* [Contributors](https://github.com/TheTedLab/SpotiStats#contributors)
* [Setup](https://github.com/TheTedLab/SpotiStats#setup)
* [Screenshots](https://github.com/TheTedLab/SpotiStats#screenshots)
## Introduction
Spotify analytics and music data visualization service.
## Contributors
1. [TheTedLab](https://github.com/TheTedLab)
2. [Puncheglaz](https://github.com/Puncheglaz)
3. [Mephodio](https://github.com/Mephodio)
## Setup
Requires docker and docker-compose.
You can customize some parameters in `src/.env` file.
To start services:
```bash
cd src
sudo docker-compose up -d
```
Web-service will be available at port WEB_PORT (see .env).
To stop:
```bash
sudo docker-compose down
```
## Screenshots