stanislavmaksimov / tgbot

C++ library for Telegram Bot API with generated API types and methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tgbot

C++ library for Telegram Bot API with generated API types and methods.

Features:

  • Bot API v6.3
  • Generated API structures and methods. No manual typing errors. Easily updatable for API changes.
  • C++23
  • License: MIT

Build

Using SW: https://software-network.org/

Download client, unpack, add to PATH.

Build: sw build

(Dev) Generate IDE project: sw generate

Dependencies: nlohmann.json.

About

C++ library for Telegram Bot API with generated API types and methods

License:MIT License


Languages

Language:C++ 97.5%Language:Shell 2.5%