Skip to content

Using Telegram as an interface for Kapa AI backed by a Temporal Workflow.

Notifications You must be signed in to change notification settings

rachfop/ai-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram AI bot

This is a Telegram AI bot that sends Kapa AI responses backed by a Temporal Workflow.

How to run

  1. Create a .env file with the following variables:
KAPA_API_ENDPOINT=<Your Kapa API endpoint>
KAPA_API_TOKEN=<Your API token>
TELEGRAM_BOT_TOKEN=<Your Telegram bot token>
  1. Start the app
# terminal one
poetry run python app/main.py
# terminal two
poetry run python app/starter.py
  1. Send a message to the bot

Open your Telegram bot's dashboard and send a message to the bot.

Telegram answering a question

About

Using Telegram as an interface for Kapa AI backed by a Temporal Workflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published