/TGM

A simple (and easy to use) Arduino Telegram BOT Library for ESP8266/ESP32

Primary LanguageC++MIT LicenseMIT

TGM (CTBot)

Branch: master - Build Status


Introduction

CTBot is a simple Arduino class to manage Telegram Bot on ESP8266/ESP32 platform. It relies on ArduinoJson library so, in order to use a CTBot object, you need to install the ArduinoJson library first (you can use library manager). You also need to install the ESP8266 Arduino Core and Library or the ESP32 Arduino Core and Library. Don't you know Telegram bots and how to setup one? Check this.

  • Now ArduinoJson version 5 and 6 are supported!
  • getNewMessage method now is more responsive!!

News

  • No

Feature

  • No

Supported boards

The library works with the ESP8266/ESP32 chipset: all the ESP8266/ESP32 boards are supported.

Simple usage

See the EchoBot example provided in the examples folder.

Reference

Here how to use the library.

Special thanks

  • Stefano Ledda

Future work

  • No

Changelog

  • No