Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/New-dev0/Bing-ChatBot
Chat bot based on Bing web ai bot.
https://github.com/New-dev0/Bing-ChatBot
ai aiohttp bing chatbot microsoft python telegram telethon
Last synced: about 1 month ago
JSON representation
Chat bot based on Bing web ai bot.
- Host: GitHub
- URL: https://github.com/New-dev0/Bing-ChatBot
- Owner: New-dev0
- License: agpl-3.0
- Created: 2022-02-25T17:33:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T07:59:47.000Z (about 2 years ago)
- Last Synced: 2024-11-16T01:13:08.671Z (about 1 month ago)
- Topics: ai, aiohttp, bing, chatbot, microsoft, python, telegram, telethon
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 38
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bing AI CHAT-BOT
[@BinggBot](https://t.me/BinggBot) use AI Chat Bot API used in Microsoft bing Web bot.
You can view it's working on Telegram or in console as mentioned below.## On Telegram
View it in Action - [@BinggBot](https://t.me/BinggBot).
## Configuration and Deployment
### Vars:
- BOT_TOKEN: Telegram Bot Token.
- CH_DB_ID: Creating Telegram channel, add bot as admin there and place Channel id here in this Var.
- CH_MSG_ID: To be filled later.
- OWNER_ID: Your own Telegram UserId.### Owner Commands -
- '/savedb' - Save Database file.
- '/stats' - Get total number of Users in database.
- '/broadcast' - Send Broadcast message to Users.- Install requirements. `pip3 install -r requirements.txt`
- Run it finally. `python3 -m BingBot`## Run It in Console
![](https://imgwhale.xyz/12lb2e21l02oehyv)
> Install Requirement.
```bash
pip3 install requests
```
> Run..
```bash
python3 console.py
```> Don't forget to 🌟 the repository if you find it good.