Skip to content

Tutorials

.md
  1. Create a bot with @BotFather on Telegram and obtain the bot token.
  2. Configure the channel in Dewee using dewee channels add.
  3. Assign your default agent to the Telegram channel instance.

2. Setting Up an Automated Daily Standup Agent

Section titled “2. Setting Up an Automated Daily Standup Agent”
  1. Create a cron task scheduled for 09:00 daily:
    Terminal window
    dewee cron create --name "standup" --schedule "0 9 * * 1-5" --message "Collect yesterday updates"
  2. Enable channel delivery to your team channel.