Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/satoshi-sh/streamlit-api

Connect streamlit application with Spotify api with st.connections.ExperimentalBaseConnection. This application was made to join Streamlit Hackathon.
https://github.com/satoshi-sh/streamlit-api

Last synced: about 2 months ago
JSON representation

Connect streamlit application with Spotify api with st.connections.ExperimentalBaseConnection. This application was made to join Streamlit Hackathon.

Awesome Lists containing this project

README

        

### Description

This application was created to join Streamlit Hackathon. It data visualizes music artist popularities by bar and line plots. Streamlit connection was used to interact with Spotify API.

### How to Run

- Run `pip intall`
- Create secrets.toml according to the sample.secrets.toml. You need to get your client secret from Spotify
- Run `streamlit run app.py`

### Live page

[Live Page](https://spotify-dataviz.streamlit.app/)

Streamlit kindly provides the community cloud server for streamlit app.
Follow the instructions of the [link](https://docs.streamlit.io/streamlit-community-cloud/deploy-your-app) if you want to deploy it on your own.


musicians popularity plots.