Remember, remember, the 5th of November... a Delta Chat bot to send daily reminders.
Go to file
2024-09-19 14:37:39 +02:00
src/remember_remember_bot systemd: start user unit at boot 2024-07-06 16:19:43 +02:00
tests only store one file per chat 2023-12-10 14:46:24 +01:00
.gitignore pyinfra deploy.py to deploy a local bot user unit 2023-12-14 23:34:26 +01:00
LICENSE basic project structure 2023-09-01 14:37:02 +02:00
local-deploy.py enable auto-start at boot 2024-09-19 14:37:39 +02:00
pyproject.toml basic project structure 2023-09-01 14:37:02 +02:00
README.md added setup instructions 2023-12-14 23:46:44 +01:00
setup.cfg added bot setup 2023-09-01 15:00:55 +02:00

Remember, Remember

The 5th of November. This Delta Chat bot sends out reminders once a day, depending on an input file.

Setup

python3 -m venv venv
. venv/bin/activate
echo "REMEMBER_EMAIL=diary@testrun.org" > .env
echo "REMEMBER_PASSWORD=`pass show other/diary@testrun.org`" >> .env
pip install -e .
pyinfra @local local-deploy.py