Re: Making a simple chatbot with Django

2017-01-06 Thread Augusto Goulart
Simplest advice possible: Use the Dango-rest-framework.On the server side, your chat bot is simply receiving requests. Start with the Telegram API, is easier and better documented than Facebook's. Em sexta-feira, 6 de janeiro de 2017 08:14:38 UTC-2, Ali İNCE escreveu: > > *Hi every one;* > > > *

Re: Making a simple chatbot with Django

2017-01-06 Thread ludovic coues
First, if you haven't done so, do a tutorial on django. If the official one [1] doesn't suit you, I recommend the django girls one [2]. Then, write a basic django chat application. Send data from the user to django, then echo back what that line. You'll need a form sending data, like the one for a

Making a simple chatbot with Django

2017-01-06 Thread Ali İNCE
Hi every one; I am a phd student in Turkey (Computer and information Engineering) I want to make a simple chatbot like "http://alice.pandorabots.com"; using python/Django. can any one help or advice about it. Thanks for your help and interest. A. L. I. C. E. The Artificial Linguistic