Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
TheShoutingParrot edited this page Aug 8, 2018 · 9 revisions

Welcome to the Oracle wiki!

Oracle is a Python (2.7)* Chatbot

The modules you will need/download before using Oracle are:

Wikipedia API for Python. Download >>> https://pypi.python.org/pypi/wikipedia (No need for any API keys or anything)

Wolfram alpha API client. Download >>> https://pypi.python.org/pypi/wolframalpha | API key >>> https://developer.wolframalpha.com/portal/apisignup.html

Wordnick dictionary API for PYTHON. Download >>> pip install wordnik | API KEY >>> http://developer.wordnik.com/

config. Download >>> pip install config

TextBlob. Download >>> $ pip install textblob $ python -m textblob.download_corpora

gtts (Google Text To Speech). Download >> pip install gtts

(Some other modules not listed here may be needed to go to the oracleheart.py file and look at what it imports and see if you have them all (if not download them.))

*should in general work with python 2 but I have made it specifically with Python 2.7 so it may not work with all Python 2 versions

(This is very bad spaghetti code, plz dont download or even look at the coe.)

Clone this wiki locally