Find a file
2025-04-05 23:10:44 +02:00
src/keyserver_bot delete contact + chat after responding to request 2025-04-05 23:10:44 +02:00
tests delete contact + chat after responding to request 2025-04-05 23:10:44 +02:00
.gitignore get echo bot running as foundation 2025-04-05 09:46:22 +02:00
LICENSE initial commit: basicpy project structure 2025-04-04 10:33:11 +02:00
pyproject.toml initial commit: basicpy project structure 2025-04-04 10:33:11 +02:00
README.md initial commit: basicpy project structure 2025-04-04 10:33:11 +02:00
setup.cfg fetch key from WKD 2025-04-05 12:28:30 +02:00

Keyserver Bot

Setup

python3 -m venv venv
. venv/bin/activate
pip install -e .
keyserver-bot --help