Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas-nelson-uiuc/spotipy_analysis
Streamlit dashboard for interactively reviewing your Spotify listening history.
https://github.com/lucas-nelson-uiuc/spotipy_analysis
python spotify-api
Last synced: 2 months ago
JSON representation
Streamlit dashboard for interactively reviewing your Spotify listening history.
- Host: GitHub
- URL: https://github.com/lucas-nelson-uiuc/spotipy_analysis
- Owner: lucas-nelson-uiuc
- License: mit
- Created: 2021-08-07T17:33:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T23:34:55.000Z (about 1 year ago)
- Last Synced: 2024-08-08T00:43:55.582Z (6 months ago)
- Topics: python, spotify-api
- Language: Python
- Homepage:
- Size: 168 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- project-awesome - lucas-nelson-uiuc/spotipy_analysis - Streamlit dashboard for interactively reviewing your Spotify listening history. (Python)
README
Spotipy Analysis Dashbaord
[![Tweet](https://img.shields.io/twitter/url/https/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=%F0%9F%93%A2%20Various%20README%20templates%20and%20tips%20on%20writing%20high-quality%20documentation%20that%20people%20want%20to%20read.&url=https://github.com/lucas-nelson-uiuc/academia_epidemia/edit/main/spotipy_analysis)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Flucas-nelson-uiuc%2Fspotipy_analysis&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)
[![GitHub stars](https://badgen.net/github/stars/lucas-nelson-uiuc/spotipy_analysis)](https://GitHub.com/lucas-nelson-uiuc/spotipy_analysis)
[![GitHub issues](https://badgen.net/github/issues/lucas-nelson-uiuc/spotipy_analysis/)](https://GitHub.com/lucas-nelson-uiuc/spotipy_analysis/issues/)
[![GitHub pull-requests](https://img.shields.io/github/issues-pr/lucas-nelson-uiuc/spotipy_analysis.svg)](https://GitHub.com/lucas-nelson-uiuc/spotipy_analysis/pull/)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-no-red.svg)](https://GitHub.com/lucas-nelson-uiuc/spotipy_analysis/graphs/commit-activity)---
## Table of Contents
- [Introduction](#intro_section)
- [Accessing Your Dashboard](#start_section)
- [Further Analysis](#Further-Analysis)
- [Acknowledgements](#Acknowledgments)
- [Project Details](#Project-Details)## Introduction
Welcome to `Spotipy Analysis Dashboard`, the dashboard that allows you to analyze your Spotify listening habits of the past, present, and future.To properly utilize the app, please visit the Walkthrough Document located in this repo.
## Further Analysis
This dashboard does not utilize real-time listening data. Statistics such as 'Top Tracks of the Week/Month/Year' are not available through this project.Luckily, the amazing minds behind `Stats for Spotify` have that half covered, so please visit this page for a complementary analysis: [Stats for Spotify](https://www.statsforspotify.com/)
1. [Spotipy](https://spotipy.readthedocs.io/en/2.18.0/) - Spotify API token generator and scraper
2. [Streamlit](https://streamlit.io/) - web application platform
3. [Plotly](https://plotly.com/python/) - open source graphing library## Project Details
Author: Lucas NelsonCompleted: 2021/08/06
License: MIT License