Skip to content

zoom/team-chat-app-anthropic-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom-Anthropic-Chatbot

This project integrates Anthropic's Claude AI with Zoom Team Chat, creating an intelligent chatbot that can assist users directly within their Zoom conversations. The bot leverages Claude's advanced language understanding and generation capabilities to provide helpful responses to user queries on a wide range of topics.

What the Chatbot does?

  • Responds to user messages in Zoom Team Chat using Anthropic's Claude AI.
  • Maintains conversation history for context-aware responses.
  • Can be used in direct messages or invoked in group chats and channels.
  • Provides helpful information, answers questions, assists with tasks, and engages in discussions on various topics.

Prerequisites

Before you can use this chatbot, you'll need the following:

  • Node.js (version 12 or later)
  • A Zoom account
  • An Anthropic AI account

Setup

Configuration

You need to set up your environment variables. Create a .env file in the project root and add the following variables:

  • ZOOM_CLIENT_ID=
  • ZOOM_CLIENT_SECRET=
  • ZOOM_BOT_JID=
  • ZOOM_WEBHOOK_SECRET_TOKEN=
  • ZOOM_VERIFICATION_CODE=
  • ANTHROPIC_API_KEY=

To obtain these variables:

  • For Zoom variables (ZOOM_CLIENT_ID, ZOOM_CLIENT_SECRET, ZOOM_BOT_JID, ZOOM_WEBHOOK_SECRET_TOKEN, ZOOM_VERIFICATION_CODE), refer to the Zoom App Marketplace guide on creating a Team Chat app.

  • For the ANTHROPIC_API_KEY, you can obtain it by applying for access to Claude via the Anthropics web console. Once you have access, you can generate API keys in your Account Settings.

Running the Application

To start the application:

node index.js

The application will run on http://localhost:4000/ by default, but you can set a different port by changing the PORT variable in your .env file.

Usage

  • In your Zoom Team Chat App's Credentials section, go to the Local Test or Submit page depending on which environment you are using (Development or Production), and click "Add".

  • After authorizing, you will be taken to Zoom Team Chat and see a message from the Zoom-Anthropic-Chatbot:
    "Greetings from Zoom-Anthropic-Chatbot Bot!"

  • To use the bot type a message in the chat like this:

"Tell me some places to visit in San Francisco?"

Image 1

and your respose would look like this:

Image 2

If you want to use the bot in a chat or a channel, you can invoke the bot with a "/"

Image 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published