Skip to content

goretsky-integration/employee-birthdays

Repository files navigation

🎂 Employee birthdays service

Pytest Pylint Mypy codecov

The service parses birthdays of employees from the Dodo IS office manager's account and sends them to the Telegram channel GoretskyBand.

Installation

  1. Clone this repository

    git clone https://github.com/goretsky-integration/employee-birthdays
    
  2. Create virtual environment

    poetry env use python3.11
  3. Activate it

    poetry shell
  4. Install dependencies

    poetry install --without dev
  5. Copy config and setup it

    cp config.example.toml config.toml
  6. Run the service

    python3.11 src/main.py