No description
cmd/birthdaybot | ||
model | ||
parser | ||
server | ||
.envrc | ||
.gitignore | ||
.gitlab-ci.yml | ||
birthdays.csv | ||
example-config.yml | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md | ||
shell.nix |
Birthday bot
A simple bot that notifies of birthdays, posting the contact information of the subject so you can reach them easily.
Configuration
There is an example configuration file that can be used as a base to create your own configuration, and there is a birthdays example CSV file to load the data.
Roadmap
- Create the bot scaffold
- Define how to read the birthdays info
- Add a logger instance to the config
- Add config validation on server creation
- Create a configurable template to fill with each notification
- Create different message systems to use with the bot
- Enjoy!