BUDDY is an AI powered Chatbot integrated as a Discord Bot. Buddy AI is the result of my search for a perfect solution for all the computer related problems I faced which then provoked me to think of why not helping all of you then.
This bot is free for everyone and always will be. If you like this project please follow my GitHub and star this repo.
When a member sends a direct message to the bot, the bot responds and learns from the interactions made to the bot.
See a full list of documented commands by using the @BUDDYAI ?help
command.
To install this bot directly into your server, Click here or visit https://discord.com/oauth2/authorize?client_id=717691435905843331&scope=bot&permissions=0
You can host this bot on Heroku.
Installation via Heroku is possible with your web browser alone. The installation guide (which includes video tutorial!) will guide you through the entire installation process.
To configure automatic updates:
- Login to GitHub and verify your account.
- Fork the repo.
- Install the Pull app for your fork.
- Then go to the Deploy tab in your Heroku account of your bot app, select GitHub and connect your fork (usually by typing "BUDDYAI").
- Turn on auto-deploy for the
master
branch.
Local hosting of BUDDY AI is also possible. First, you will need Python 3.7
.
Follow the installation guide and disregard deploying the Heroku bot application.
Clone the repo:
$ git clone https://github.com/Abhijith14/discord-bot.git
$ cd discord-bot
Install dependencies:
$ pip install -r requirements.txt
Fill out the fields in app.json
, modify the values.
Finally, start BUDDYAI.
$ python BUDDYAIBOT.py