Posts for: #Bot

A bot for Telegram with Tic-Tac-Toe.

This post is a reissue of the article published in the magazine Portugal a Programar number 55 from March 2017, pages 26 to 34.

In a world with so many instant messaging applications, Telegram stands out for the rich API it provides for creating bots. Bots are small programs that can interact with users and provide services, such as executing commands, managing files or images, and even proposing games!

The Python community has long explored libraries like Telebot and more recently, Telepot. Although the difference in the names of the two is just one letter, the design of Telepot seems more robust to me, and best of all: it integrates asynchronous calls!

Read more

A bot for Telegram with Tic-Tac-Toe.

This post is a reissue of the article published in the magazine Portugal a Programar number 55 from March 2017, pages 26 to 34.

In a world with so many instant messaging applications, Telegram stands out for the rich API it provides for creating bots. Bots are small programs that can interact with users and provide services, such as executing commands, managing files or images, and even proposing games!

The Python community has long explored libraries like Telebot and more recently, Telepot. Although the difference in the names of the two is just one letter, the design of Telepot seems more robust to me, and best of all: it integrates asynchronous calls!

Read more