[CppDay20] Let’s make a telegram bot with C++ (Alberto Bignotti)

preview_player
Показать описание
---
During the evolution of a software I had the need to send notification messages to users and receive messages from the user to the app. I studied telegram, created a Bot and implemented a C ++ library that communicates with users. Some peculiarities:

Local user handshake to the app, telegram user
– Send notifications from the app to the user
– Receive commands from the user
– Implementation of the Bot in polling mode
– Implementation of the Bot in WebHook mode
– Some particularities (position of the user, images …)

The object of the session is not how to use my library, but to give ideas so that everyone can create their own.
Рекомендации по теме
Комментарии
Автор

english
hello guys, pls english and spanish subs.

kiu
Автор

"Do It! Just do It! Make your dreams come true!"

leonbishop
Автор

Can you guys put the code that he wrote in the description? I really need to look carefully at it

MoSS-oc