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)
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...
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...