| src/remember_remember_bot | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| local-deploy.py | ||
| pyproject.toml | ||
| README.md | ||
| setup.cfg | ||
| uv.lock | ||
Remember, Remember
The 5th of November. This Delta Chat bot sends out reminders once a day, depending on an input file.
Setup
uv venv
echo "REMEMBER_EMAIL=diary@testrun.org" > .env
echo "REMEMBER_PASSWORD=`pass show other/diary@testrun.org`" >> .env
uv pip install -e .
uv pyinfra @local local-deploy.py