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.
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:
-
Clone this repo:
git clone https://github.com/danielcressman/RefoldMandarinFAQBot
-
Install the required packages/dependencies:
pip install -r requirements.txt
- Run the bot locally or connect to discord:
Local:
python local_bot.py
Connect to Discord:
python discord_bot.py <<YOUR_AUTH_KEY_HERE>>