Where to start writing a bot?

SHARE WITH FRIENDS:

Where to start writing a bot?
Most programmers who have just started programming, or have completed the tutorial section, are interested in bot-developing. Because you don’t have to design to make a bot, and it’s not difficult either.
Bot API
It doesn’t hurt to read the Bot API (https://core.telegram.org/bots/api) documentation carefully before writing a bot. The Bot API does not teach bot writing, it shows you how parameters and actions work. In simple language, how a car moves, how it burns, etc. - these are the Bot APIs. Learning to drive a car, shaking it out of place is part of programming.
Most bots are mostly written in languages ​​like PHP, Python.

Leave a comment