WarpFusion Discord Tech Support Bot
A simple tech support bot that creates a database by parsing a list of given discord channels/forums, and then uses it to reply to users.
- 15.09.2023: add tesseract ocr
- 13.09.2023: init
- Clone the repo
- Get MSVC Build tools and install the local c++ dev kit
- Get latest nVidia CUDA toolkit or at least 11.8+ and install it. Don't forget to remove older versions.
- Download tesseract OCR and install it.
- Run install_pytorch_only.bat
- Create your bot and add it to your server. Get its token.
- Specify your
BOT_TOKEN
,ADMIN
id, and a list ofCHANNELS
to parse in run_template.bat, also editTESSERACT
if you installed it not in the default path. - Put additional text files with FAQ or other info into warpfusion_db folder if needed
- Run run_template.bat
- Type !fetch_all in a chat with the bot to parse the channels. Only ```ADMIN```` can do that.
- Mention the bot with a question and/or screenshot to get a response