mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-12-14 09:02:57 +00:00
02d7adbdca1884bcb4105df85ebf630f2dbe9bc3
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,
- Run
yarn installto install the dependencies. - Copy
variables.example.tstovariables.ts, go through it, and add the required information. - Run
yarn devoryarn build && yarn startto start the bot.
> To start using this project using Docker,
- Run
docker compose -f .build/docker-compose.yml buildto build the container - Copy
variables.example.tstovariables.ts, go through it, and add the required information. - Run
docker compose up -dto start the bot.
> To enable Telegram command autocompletion,
- Press the
Edit Commandsbutton in your bot's menu on BotFather, and paste the following:
ai - send a prompt to the AI
variant - get or set the variant of the chat
help - get help on how to use the bot
Languages
TypeScript
98.4%
Dockerfile
1.6%