Small Python Conversational Endpoint

Job ID: 31051473

Budget: $30 – $250 USD

Create a simple web endpoint (JSON) which accepts a username (string) and a message (string) as input.

Endpoint must load a few libraries (sample code will be provided) and then listen to requests.

Endpoint has an in-memory array of Conversation objects (object from the provided library) indexed by username (one Conversation object per unique username). It should send the input message to the correct Conversation object (function call) and then return the reply (json).
Related categories: Python RESTful API