/community-archive-apps

Apps built on data from the community archive

Primary LanguagePython

Trends

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

Development

  • activate venv: source trends_env/bin/activate
  • run streamlit: streamlit run trends.py