This application tracks event registrations over time from a Google Sheet.
This application uses environment variables for configuration. Create a .env
file in the root directory with the following variables:
SERVICE_ACCOUNT_FILE= SPREADSHEET_ID= RANGE_NAME=
# Install dependencies
poetry install
# Run the application
poetry run streamlit run app.py
- Never commit your
.env
file to version control - Make sure to add
.env
to your.gitignore
file - Keep your Google API credentials secure