Skip to content

An AI based Chatbot used for answering Frequently Asked Questions on the Refold Mandarin Discord server.

License

Notifications You must be signed in to change notification settings

danielcressman/RefoldMandarinFAQBot

 
 

Repository files navigation

Refold Mandarin Discord FAQ Bot

This is a chat bot that was created for the Refold Mandarin discord server. It is based on code from the Refold Japanese server's FAQ bot, which is in turn based on code from this repo and the accompanying blogpost on how to build your own AI chatbot.

Running the Bot

It is assumed that you already have Python 3 installed. If you want to play around with the bot on your own machine, follow these steps using the terminal:

  1. Clone this repo: git clone https://github.com/danielcressman/RefoldMandarinFAQBot

  2. Install the required packages/dependencies:

pip install -r requirements.txt
  1. Run the bot locally or connect to discord:

Local:

python local_bot.py

Connect to Discord:

python discord_bot.py <<YOUR_AUTH_KEY_HERE>>

About

An AI based Chatbot used for answering Frequently Asked Questions on the Refold Mandarin Discord server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%