Task 2

Web application, which emulates a chat with a human.

Link

https://polling-chatbot.herokuapp.com/

Functions

  • applications save messages to the file "history.txt"

  • applications answer to predefined set of rules, which you may see at file "Artificial_Intelligence.py"

Problems

There is a problem on deploying the application, which used socket transport. When it started on localhost everything is okey, but when i uploaded it on heroku, found that it works only first seconds.