Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.25 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.25 KB

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