Questions tagged as 'chat'

1
answer

Chat using php and msql [closed]

I wanted to know how I can with php get the id of another user online, not by name, because there may be users with the same name. for example pull the id of another user, I do not know how to do this (full beginner)     
asked by 08.07.2018 / 00:03
1
answer

Save user profile photo while relogging on the system of a chat using socket

I developed a chat in Java using sockets where you have to choose a profile photo after login is done. My question is: How would I save this user-chosen photo and reuse it in a future login? Just as Facebook is when you put a picture, it ap...
asked by 20.10.2014 / 17:36
1
answer

ImportError: No module named 'chatterbot'

Does anyone help me? My code gives the following error: Traceback (most recent call last): File "main.py", line 1, in <module> from chatterbot import ChatBot ImportError: No module named 'chatterbot' So here's main.py: from ch...
asked by 05.08.2018 / 20:14