Chatterbot: Can I send query and get response only from http? like I want integrate this to JAVA Android or iOS applications

Created on 3 Mar 2018  路  2Comments  路  Source: gunthercox/ChatterBot

i had test this on python platform,its doing good. And I'm a mobile applicaiton developer are there any api for lite integrating? I can do this in a commerce way.

simply like i send a query to the server, and receive a response. Only normal conversation, no commerce purpose.

>>> print(chatbot.get_response("Hello, how are you today?"))
I am doing well.
>>> print(chatbot.get_response("im going home"))
That is good to hear
>>> print(chatbot.get_response("Do you know JIXIANGGE?"))
hal is the famous artificial intelligence from "2001".
>>> print(chatbot.get_response("who am i?"))
Who? Who is but a form following the function of what
>>> print(chatbot.get_response("nice talking to you"))
Thank you.
question

Most helpful comment

Yes you could, I don't know how to do in Java, I do provide some examples on Python based

On Django http://chatterbot.readthedocs.io/en/stable/django/index.html

On Flask https://github.com/chamkank/flask-chatterbot

On Heroku https://github.com/vkosuri/chatterbot-live-example

All 2 comments

Yes you could, I don't know how to do in Java, I do provide some examples on Python based

On Django http://chatterbot.readthedocs.io/en/stable/django/index.html

On Flask https://github.com/chamkank/flask-chatterbot

On Heroku https://github.com/vkosuri/chatterbot-live-example

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

engrphil picture engrphil  路  3Comments

vkosuri picture vkosuri  路  4Comments

thedp picture thedp  路  4Comments

juanpialbano picture juanpialbano  路  4Comments

proguy627 picture proguy627  路  3Comments