4 liens privés
twx.botapi is a python interface for the Telegram bot API. It supports making synchronous and asynchronous calls and converts the response into a usable native python object.
This library provides a pure Python interface for the Telegram Bot API. It's compatible with Python versions 2.7, 3.3+ and PyPy.
In addition to the pure API implementation, this library features a number of high-level classes to make the development of bots easy and straightforward. These classes are contained in the telegram.ext submodule.
github : https://github.com/python-telegram-bot/python-telegram-bot
Telegram est une application de messagerie instantanée. Elle permet notamment de créer des bots facilement et il existe des API qui permettent de faciliter la création de ces derniers. À la fin de cet article vous pourrez créer vos propres bots qui ferons ce que vous voulez dans les limites de vos capacités en Python ;) !
Et vous pourrez communiquer avec vos bots depuis votre ordinateur et votre smartphone.