I
I
Ivan Eliseev2021-07-02 13:30:00
Bots
Ivan Eliseev, 2021-07-02 13:30:00

Which Telegram bot constructor is suitable for individual tasks?

Hello.

The task is to launch a bot, which should perform approximately the same functionality as the aggregator.
That is:
1. There is a customer who writes his data for the request, the bot sends information to those who are suitable
2. There is a performer who enters his data so that he can be found and reacts.

I assume that few constructors are suitable for this case, hence the second question immediately:
Which library is best suited for such functionality? I am considering aiogram, however, I am afraid that the functionality of aiogram may simply not be enough.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Altry, 2021-07-02
@ivaneliseeff

Any framework you find is the same telegram API .
Everything you described is easily done in aiogram. But if for some reason it seems to you that it won’t suit you, or you can’t find the necessary documentation, take asyncio and requests and make a self-writing using the aforementioned original api.
But, I repeat, aiogram can do all this, and even more. It is constantly updated, maintained and has a large community, both in Russian and English. Plus, hence the name, unlike many similar frameworks, it is asynchronous. So if the choice of PL for the task fell on python, and not js (Telegraf), it can be safely called the best

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question