E
E
Evgeny Mikhailov2020-01-01 21:34:57
Python
Evgeny Mikhailov, 2020-01-01 21:34:57

How to make communication between two users anonymous?

Hey!
It is necessary to implement, approximately such a scheme, anonymous communication in the TG.
5e0ce56a93900126373226.png
There are two users Vasya and Petya registered in the TG, how to create a chat (channel / bot / group - tell me what), where Vasya will be an impersonal No_name_1, and Petya - No_name_2, so that they do not know that they are communicating with each other (what would Vasya didn’t know what Petya was writing and vice versa, Petya didn’t know if No_name_2 was Vasya).
If there is no ready-made solution, tell me which way to dig ... Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
alex1478, 2020-01-01
@alex1478

You need an intermediate node that each of these two people will communicate with. Either a bot or a bot, but from a full account.

R
rPman, 2020-01-01
@rPman

Any third-party chat on the web, there is no registration, you go to the site, they generate a link for you (or you can even specify a unique set of characters yourself), send it to the participants, everyone specifies which nickname they want, you communicate, the chat dies after the last user exits it.
An example of such a text / audio / video chat - talky.io is based on open technologies and webrtc (data does not go to the server, but only directly between clients)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question