Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/egorpugin/tgbot

C++ library for Telegram Bot API with generated API types and methods
https://github.com/egorpugin/tgbot

cpp telegram telegram-bot-api telegram-bot-framework

Last synced: about 15 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# tgbot

C++ library for [Telegram Bot API](https://core.telegram.org/bots/api) with generated API types and methods.

Features:

* Bot API v7.11
* Generated API structures and methods. No manual typing errors. Easily updatable for API changes.
* C++23
* Header only
* 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.