Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/satoshi-sh/streamlit-api
- Owner: Satoshi-Sh
- License: mit
- Created: 2023-07-24T16:46:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T13:58:36.000Z (about 1 year ago)
- Last Synced: 2023-12-28T02:38:33.516Z (about 1 year ago)
- Language: Python
- Homepage: https://spotify-dataviz.streamlit.app/
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.