alset333 / OneBot-Niko

A Discord-bot utilizing a Watson-Assistant instance, inspired by OneShot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneBot-Niko

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.

Primary Prerequisites

Python 3.5.3+ (Tested on 3.7.2)

Programming language for this software, and the required libraries.
https://www.python.org/downloads/

Discord.py Rewrite Branch

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]

Watson Developer Cloud

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

About

A Discord-bot utilizing a Watson-Assistant instance, inspired by OneShot

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Shell 0.1%