The purpose of this bot is to send a message to your team's Slack when is someones birthday.
configurations.json
file and fill in the rest of the configurations as you likeFirstName LastName YY MM DD
at the birthdays.txt
fileheroku addons:create scheduler:standard
to add the Scheduler add-on to your deployheroku addons:open scheduler
to configure the schedulerrake congratulate
as the commandconfigurations.json
file and fill in the rest of the configurations as you likeFirstName LastName YY MM DD
at the birthdays.txt
filecrontab -e
to edit your crontab0 9 * * * cd /clone/location && /usr/local/bin/rake congratulate
(replace /clone/location
by the location where you cloned the repo)This project was originally created by Tiago Botelho, while he was an intern at jeKnowledge.
It was later revised by Diogo Nunes from EqualExperts and João Bernardo from jeKnowledge.
This project is licensed under the terms of the MIT license.