The service parses birthdays of employees from the Dodo IS office manager's account and sends them to the Telegram channel GoretskyBand.
-
Clone this repository
git clone https://github.com/goretsky-integration/employee-birthdays
-
Create virtual environment
poetry env use python3.11
-
Activate it
poetry shell
-
Install dependencies
poetry install --without dev
-
Copy config and setup it
cp config.example.toml config.toml
-
Run the service
python3.11 src/main.py