Find a file
2025-04-07 10:12:17 +02:00
src/keyserver_bot provide recommendation when email providers encrypt on disk 2025-04-07 10:12:17 +02:00
tests provide recommendation when email providers encrypt on disk 2025-04-07 10:12:17 +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 generate invite link for the bot 2025-04-06 00:14:23 +02:00
setup.cfg make code pretty until tox passes 2025-04-06 00:03:26 +02:00

Keyserver Bot

Setup

python3 -m venv venv
. venv/bin/activate
pip install -e .
keyserver-bot --email keyserver@example.org --password s3cr3t

Usage

If you send an email address to the bot, it will try to query WKD, and if that fails keys.openpgp.org, for a public OpenPGP key belonging to the email address.

Then it will send you a VCard file which contains the public key, so you can initiate an encrypted chat to it.

With the "/generate-invite" command, you can also generate an invite link for the bot so you can publish it.