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@latestThis 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/chatmail/core/tree/master/deltachat-rpc-server
Configure the bot:
invitebot init [email protected] PASSWORDGet the bot's invite link:
invitebot linkStart the bot:
invitebot serveRun invitebot --help to see all available options.
Once the bot is running:
- Add the bot to some group in Delta Chat.
- Send
/invitein the group. - The bot will reply with an invitation link.
- Share the invitation link with friends.
- To revoke invitations, simply remove the bot from the group.