This repo is a set of scripts related to "Prasówka BAU/ADR" project. This project aims to share knowledge about AI in AU and make everyone up-to-date with changes in the company mentioned in ADRs and BAUs.
- Create and ctivate the environment
python3 -m venv .venv
. .venv/bin/activate
- Install required packages
pip install -r requirements.txt
-
Set required environment variables. Default values are defined in
.env.default
-
Run the app
functions-framework --target daily_pulse --debug