Like google trends for the community archive.
trends: api tool directly
- set up version management
- tried poetry, tried conda, am just doing venv
- get streamlit working
- text input for word (multi select type thing?)
- set up python supabase api
- call word count pg fn (and cache it)
- display in a line chart
- user multiselect thing
- activate venv:
source trends_env/bin/activate
- run streamlit:
streamlit run trends.py