Small bot that allows to generate invitation QRs for your private Delta Chat groups. The bot is always online and can add people to groups in "real time" while if you use your own invitation QRs, others will not be able to join until you are online.
Binary releases can be found at: https://github.com/deltachat-bot/invitebot/releases
To install from source:
go install github.com/deltachat-bot/invitebot@latest
This program depends on a standalone Delta Chat RPC server deltachat-rpc-server
program that must be
available in your PATH
. For installation instructions check:
https://github.com/deltachat/deltachat-core-rust/tree/master/deltachat-rpc-server
Configure the bot:
invitebot init [email protected] PASSWORD
Start the bot:
invitebot serve
Run invitebot --help
to see all available options.
Once the bot is running:
- Add the bot address to some group in Delta Chat.
- Send
/invite
in the group. - The bot will reply with an invitation QR.
- Share the invitation QR with friends.
- To revoque invitations, simply remove the bot from the group.