A reverse-engineering API class that helps you chat with the DeepAI AI for free in Python
-
Clone the repository
git clone https://github.com/itszerrin/DeepAI-Wrapper.git
-
Set work directory to the unpacked directory
cd DeepAI-Wrapper
-
Install requirements
pip install -r requirements.txt
Note: There is an example file which shows exactly how to run the API. Remember you need to always include this code snippet in your main.py, at the top
import sys
import os
sys.path.append(os.path.join(os.path.dirname(__file__), 'assets', 'src'))
Additionally, you can read the well-commented Main.py for instructions or help.
Post release info: Using single quotes in your messages will most likely not work since I replace them with double quotes (I have to) and that breaks their little servers.