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
.envfile to version control - Make sure to add
.envto your.gitignorefile - Keep your Google API credentials secure