Answer the question
In order to leave comments, you need to log in
Need to write a telegram bot that will send messages from different user accounts?
I will say right away that it is necessary not for spam, but to create the appearance of activity in one chat in a telegram. The bot should
take messages from the prepared table and send them to one chat from under different accounts, creating the appearance of a conversation between real people. 5-6 messages per hour.
There is some basic knowledge of python, good knowledge of Linux and experience in writing bash scripts. Is this enough? Maybe there is something that can be taken as a basis, or a ready-made product? Please advise where to start.
Answer the question
In order to leave comments, you need to log in
You have enough python to write such a bot, I strongly advise you to use the requests library to send get requests and also read about the Telegram api method: sendMessage
There is one BUT .
The sendMessage Telegram Bot API method sends a message to the chat, yes. But sends it on behalf of the currently authorized bot.
If I understood the task correctly, you need to simulate the communication of user accounts, without the signature "bot"
In this case, you need to simulate the actions of the client, for this there is a completely different protocol and method messages.sendMessage
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question