Skip to content

Desiders/birthday_reminder

Repository files navigation

birthday_reminder

Telegram bot to remind you of friends' birthdays

Installation

  • Install Docker, Docker Compose and just
  • Clone this repository git clone https://github.com/Desiders/birthday_reminder.git
  • Copy .env.example to .env and fill it with your data

Running and stopping the application

Before running the bot you need to run migrations. To do this run the following command:

just migration-docker

or without just:

docker compose --profile migration up --build

To start the bot run the following command:

just run-docker

or without just:

docker compose --profile bot up --build

To stop the bot run the following command:

just stop-docker

or without just:

docker compose stop bot postgres postgres_migration

Development

Check other commands in the justfile to run tests, linters, etc.

just help

About

Telegram bot to remind you of friends' birthdays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors