2023-05-05 14:23:10 +05:30
2023-05-05 13:42:33 +05:30
2023-05-05 14:23:10 +05:30
2023-05-05 13:55:05 +05:30
2023-04-14 15:51:07 +05:30
2023-04-08 10:17:49 +05:30
2023-04-09 21:25:15 +05:30
2023-05-05 13:10:57 +05:30
2023-04-08 11:27:54 +05:30
2023-04-09 21:14:56 +05:30

Bing Chat Telegram Bot

A Telegram bot that lets you interact with the Bing AI from chats that you allow in the config.

> To start using this project,

  • Git clone and cd into cloned dir
  • Run yarn install to install the dependencies.
  • Create a .env file or set environment variables according to the reference file .env.example
  • Run yarn dev or yarn build && yarn start to start the bot.

> To start using this project using Docker,

  • Obtain docker-compose.yml from this repository.
  • Create .env with the required variables (see .env.example).
  • Run docker compose up -d to start the bot.

> To enable Telegram command autocompletion,

  • Press the Edit Commands button in your bot's menu on BotFather, and paste the following:
ai - send a message to Bing AI
variant - get or set the chat variant of the chat
help - get help on how to use the bot
newchat - clear the current conversation and start a new one
Description
A Telegram bot that lets you interact with the Bing Chat AI.
Readme 90 KiB
Languages
TypeScript 98.4%
Dockerfile 1.6%