Skip to content

New-dev0/Bing-ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bing AI CHAT-BOT

@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.

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

Install Requirement.

pip3 install requests

Run..

python3 console.py

Don't forget to 🌟 the repository if you find it good.