This is a Telegram AI bot that sends Kapa AI responses backed by a Temporal Workflow.
- Create a
.envfile with the following variables:
KAPA_API_ENDPOINT=<Your Kapa API endpoint>
KAPA_API_TOKEN=<Your API token>
TELEGRAM_BOT_TOKEN=<Your Telegram bot token>- Start the app
# terminal one
poetry run python app/main.py
# terminal two
poetry run python app/starter.py- Send a message to the bot
Open your Telegram bot's dashboard and send a message to the bot.
