Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 585 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 585 Bytes

daily-pulse

What it is?

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.

Installation and running

  1. Create and ctivate the environment
python3 -m venv .venv
. .venv/bin/activate
  1. Install required packages
pip install -r requirements.txt
  1. Set required environment variables. Default values are defined in .env.default

  2. Run the app

functions-framework --target daily_pulse --debug