Graphs and tables for your Spotify account.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Kevin Mok 1a3686c282
Wrote README
5 years ago
api Setup history log on nzxt-arch 6 years ago
graphs Merge branch 'master' into history 6 years ago
login Setup history log on nzxt-arch 6 years ago
spotifyvis Able to upload history onto server (#57) 6 years ago
static/css Split Track column into name and artists 6 years ago
.gitignore Added admin command to scan personal history (#58) 6 years ago
LICENSE.md Added GPL license and MVP file 6 years ago
README.md Wrote README 5 years ago
manage.py Split spotifyvis code into different apps (#47) 6 years ago
requirements.txt Export listening history to csv (#57) 6 years ago
reset_db.sh Setup history log on nzxt-arch 6 years ago
reset_db.sql Set up artist bubble chart 6 years ago
update-history.service Wrote README 5 years ago
update-history.sh Setup history log on nzxt-arch 6 years ago

README.md

Spotify Data Visualizer

See charts of the artists, genres and features of tracks in your library. Also keep track of your listening history.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Before starting the setup, make sure Python 3.6 and PostgreSQL is installed on your system.

Installing

  1. Use the pip tool to install virtualenv. See this guide for further details.
pip install --user pipenv
  1. Create a virtual environment.
python3 -m venv /path/to/new/virtual/environment
  1. cd into the directory you just created a virtual environment in, and clone the GitHub repo.

  2. Activate the virtual environment from the command line.

source bin/activate
  1. cd into the repository root directory and install all dependencies using pip.
pip install -r requirements.txt
  1. Run Django migrations.
manage.py migrate
  1. Start the server.
python manage.py runserver

Built With

Authors

License

This project is licensed under the GPL License - see the LICENSE.md file for details.