• 1.0.0 dda17c2469

    1.0.0 Stable

    missytake released this 2024-04-03 12:52:23 +00:00 | 8 commits to main since this release

    This bot connects your team to the outside and makes it addressable. Install it on a device which is always online so it can forward messages between your team and the outside. It needs the credentials to your team's public e-mail address.

    Release Notes

    Renamed repository from teams-bot to team-bot

    if you have set up the bot before the renaming from teams-bot to team-bot, you might need to fix some paths during the upgrade.

    If you are using a pyinfra deployment based on pyinfra.py:

    • the deploy_teams_bot function was renamed to deploy_team_bot, you need to rename that in your deploy.py as well
    • pass dbdir= to deploy_team_bot to keep using your existent delta chat database directory
    • stop and disable the teams-bot.service
    • start the new team-bot.service with systemctl --user enable --now team-bot
      Now exactly one systemd service should be running.

    If you are using a different way to deploy the team-bot, you can take this as an orientation.

    Downloads