Skip to content

A reverse-engineering API class that helps you chat with the DeepAI AI for free in Python

License

Notifications You must be signed in to change notification settings

5eroo/DeepAI-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepAI-Wrapper

A reverse-engineering API class that helps you chat with the DeepAI AI for free in Python

Installation

  1. Clone the repository
    git clone https://github.com/itszerrin/DeepAI-Wrapper.git

  2. Set work directory to the unpacked directory
    cd DeepAI-Wrapper

  3. Install requirements
    pip install -r requirements.txt

Usage

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.

About

A reverse-engineering API class that helps you chat with the DeepAI AI for free in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages