D
D
Dmitry2022-01-07 04:28:48
Telegram
Dmitry, 2022-01-07 04:28:48

How to start learning telegram bot?

I would like to start learning telegram bot with the language already defined - python. Tell me, who is already developing where to start, in order to start writing bots as quickly as possible. I know the basics of Python. What steps need to be taken?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vasily Bannikov, 2022-01-07
@vabka

Open the telegram bot API documentation, decide what methods are there and for what.
Try to solve the problem on your own with bare queries.
Then take some telebot and also, by reading the documentation, understand.
Of course, you can skip all the steps and try to do something without reading the documentation on yt videos, but it’s better not to)

P
pirog13, 2022-01-08
@pirog13

PytelegrambotAPI
Started with this library and can't switch to another one. Good documentation, you can immediately start working with it occasionally glancing at the dock of the telegram itself.
I have already written 4 bots on it, I am satisfied with everything.
For me, it was easier to learn how to edit someone's example from the Internet, since there are plenty of examples from this library. + examples in the documentation itself

W
WiF Azapro, 2022-01-07
@Azapro_html

Start plan:

  1. echo bot
  2. ping command
  3. Economy

Further by myself

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question