mirror of
https://github.com/jttsai99/Spotify-PlayCounts.git
synced 2026-04-25 22:45:47 +03:00
A basic app that shows the play counts of an album selected by the user fro Spotify
| data | ||
| notebooks | ||
| report | ||
| .gitignore | ||
| func_doc_api.py | ||
| func_undoc_api.py | ||
| LICENSE | ||
| main.py | ||
| plotting.py | ||
| README.md | ||
| SQL_Query.py | ||
| static_album_table.py | ||
| static_artist_table.py | ||
| static_track_table.py | ||
| Update.py | ||
| update_album_pop.py | ||
| update_artist_pop.py | ||
| update_track_playcount.py | ||
| update_track_pop.py | ||
Spotify-PlayCounts
To start the interactive dashboard, first clone the repository to your local computer. Next install streamlit via the following command in your terminal.
pip install streamlit
Once streamlit is installed, navigate to the working directory locally and run
streamlit run main.py