bing-chat-telegram/README.md

10 lines
410 B
Markdown
Raw Normal View History

2023-04-08 10:17:49 +05:30
# 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, please copy `variables.example.ts` to `variables.ts`, and go through it.
Once you've made the required changes to `variables.ts`, you can run `yarn dev` to run the bot.
You can also build the bot using `yarn build` and run it using `yarn start` or `node dist/src`.