A Discord-Bot utilizing a Watson-Assistant instance.
Inspired by the game OneShot
by Eliza Velasquez, Nightmargin, and GIRakaCHEEZER,
in an attempt to create a chat-bot of Niko, though the code is potentially applicable to other uses.
Programming language for this software, and the required libraries.
https://www.python.org/downloads/
Provides the system for connecting Python to a Discord bot.
https://github.com/Rapptz/discord.py/tree/rewrite
The easiest way to install it, as explained here, is running
pip install -U git+https://github.com/Rapptz/discord.py@rewrite#egg=discord.py[voice]
Provides the system for connecting Python to Watson Assistants.
https://github.com/watson-developer-cloud/python-sdk
The easiest way to install it, as explained here, is running
pip install --upgrade watson-developer-cloud