Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/egorpugin/tgbot
- Owner: egorpugin
- License: mit
- Created: 2020-03-27T20:29:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T13:06:45.000Z (7 months ago)
- Last Synced: 2024-04-14T13:10:39.747Z (7 months ago)
- Topics: cpp, telegram, telegram-bot-api, telegram-bot-framework
- Language: C++
- Homepage:
- Size: 473 KB
- Stars: 37
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-telegram - tgbot
- awesome-telegram - tgbot
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.