A basic app that shows the play counts of an album selected by the user fro Spotify
Find a file
2023-03-20 20:59:11 -07:00
data Update Spotify.db 2023-03-20 20:59:11 -07:00
notebooks updated some notebook documentation 2023-03-14 09:44:48 -07:00
report Updated report 2023-03-15 03:03:37 -07:00
.gitignore Update undoc notebook 2023-03-02 22:09:21 -08:00
func_doc_api.py updated track and album pop table 2023-03-04 20:45:03 -08:00
func_undoc_api.py Got all SQL process running 2023-03-04 23:03:49 -08:00
LICENSE Initial commit 2023-02-13 12:46:46 -08:00
main.py Finish Initial Version of Dashboard 2023-03-14 01:05:53 -07:00
plotting.py Update Database 2023-03-19 03:30:01 -07:00
README.md Update README.md 2023-03-15 11:46:11 -07:00
SQL_Query.py updated some notebook documentation 2023-03-14 09:44:48 -07:00
static_album_table.py Created update files for artist and albums 2023-03-04 14:49:28 -08:00
static_artist_table.py Created update files for artist and albums 2023-03-04 14:49:28 -08:00
static_track_table.py Got all SQL process running 2023-03-04 23:03:49 -08:00
Update.py Got all SQL process running 2023-03-04 23:03:49 -08:00
update_album_pop.py Updated sleep timer for request call 2023-03-04 21:29:40 -08:00
update_artist_pop.py Updated sleep timer for request call 2023-03-04 21:29:40 -08:00
update_track_playcount.py Got all SQL process running 2023-03-04 23:03:49 -08:00
update_track_pop.py Updated sleep timer for request call 2023-03-04 21:29:40 -08:00

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