2023-06-30 08:59:17 +01:00
|
|
|
[![pipeline status](https://gitlab.ctrlz.es/mgdelacroix/birthdaybot/badges/main/pipeline.svg)](https://gitlab.ctrlz.es/mgdelacroix/birthdaybot/-/commits/main)
|
|
|
|
|
2023-06-29 17:55:13 +01:00
|
|
|
# Birthday bot
|
|
|
|
|
|
|
|
A simple bot that notifies of birthdays, posting the contact
|
|
|
|
information of the subject so you can reach them easily.
|
|
|
|
|
2023-06-30 09:42:27 +01:00
|
|
|
## Configuration
|
|
|
|
|
|
|
|
There is an [example configuration file](./example-config.yml) that
|
|
|
|
can be used as a base to create your own configuration.
|
|
|
|
|
2023-06-29 17:55:13 +01:00
|
|
|
## Roadmap
|
|
|
|
|
|
|
|
- [ ] Create the bot scaffold
|
2023-06-30 08:58:21 +01:00
|
|
|
- [X] Define how to read the birthdays info
|
2023-06-30 09:38:29 +01:00
|
|
|
- [X] Add a logger instance to the config
|
2023-06-30 09:33:25 +01:00
|
|
|
- [ ] Add config validation on server creation
|
2023-06-29 17:55:13 +01:00
|
|
|
- [ ] Create a configurable template to fill with each notification
|
|
|
|
- [ ] Create different message systems to use with the bot
|
|
|
|
- [ ] Enjoy!
|