mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-22 17:22:13 +00:00
10 lines
357 B
Markdown
10 lines
357 B
Markdown
# Bing Chat 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 install` to install the dependencies.
|
|
* Copy `variables.example.ts` to `variables.ts`, go through it, and add the required information.
|
|
* Run `yarn dev` or `yarn build && yarn start` to start the bot.
|