leonardofurnielis / telegram-bot

🤖 Telegram BOT using IBM watsonx Assistant v2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM watsonx Assistant Telegram Integration

workflow codecov

Table of Contents

Native runtime

To run this code in your computer execute the following commands into project root directory

npm install
npm start

Containerized

To run this code using Docker container execute the following commands into project root directory

docker build -t telegram-bot .
docker run -p 8080:3000 -d telegram-bot

About

🤖 Telegram BOT using IBM watsonx Assistant v2.


Languages

Language:JavaScript 96.4%Language:Shell 2.6%Language:Dockerfile 0.9%