Perpetuation of Lola's daily announcement for the holy object.
Make sure notify-send is installed (eg on Debian based systems apt install libnotify-bin), then simply call the
lola_daily_announcement.py script.
The default is to send a desktop notification but one can use standard
output with the --stdout parameter:
$ ./lola_daily_announcement.py --stdout
Chalut ! Aujourd'hui, Mitanche 2, c'est la Saint-symptôme.
Bonne fête à tous les symptômes 🎆To enable the provided systemd timer:
$ mkdir -p ~/.local/bin ~/.config/share/systemd/user
$ cp lola-daily-announcement.{service,timer} ~/.local/share/systemd/user/
$ cp lola_daily_announcement.py ~/.local/bin/
$ systemctl start --user lola-daily-announcement.timerTo deploy for all users, move the service file to
/usr/share/systemd/user/ and the script to /usr/local/bin.
See https://github.com/tobozo/SaintObjetBot for credits and sources.
