slevin48 / music

Music App based on Spotify API and Streamlit framework
MIT License
14 stars 3 forks source link

Store Playlist in some database #4

Closed slevin48 closed 2 years ago

slevin48 commented 2 years ago

Let's try storing it as simple Private Google Sheet: https://docs.streamlit.io/knowledge-base/tutorials/databases/private-gsheet

Here are other options of data sources for Streamlit: https://docs.streamlit.io/knowledge-base/tutorials/databases

slevin48 commented 2 years ago

https://pypi.org/project/gspread-pandas/

slevin48 commented 2 years ago

https://discuss.streamlit.io/t/reading-data-from-google-sheets/5736

slevin48 commented 2 years ago

http://adilmoujahid.com/posts/2020/04/stocks-analysis-covid19-coronavirus-python/

slevin48 commented 2 years ago

https://discuss.streamlit.io/t/sending-data-to-private-google-sheet-authentication-st-secrets/31420

slevin48 commented 2 years ago

Trying Gspread: https://docs.gspread.org/

image

slevin48 commented 2 years ago

Modified access rights to the service account in order to Edit the spreadsheet

image