Tutorials
Tutorials
Section titled “Tutorials”1. Deploy a Telegram Bot
Section titled “1. Deploy a Telegram Bot”- Create a bot with
@BotFatheron Telegram and obtain the bot token. - Configure the channel in Dewee using
dewee channels add. - 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”- 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" - Enable channel delivery to your team channel.