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

https://github.com/allenvox/botxx

Basic Telegram bot written in C++
https://github.com/allenvox/botxx

Last synced: 15 days ago
JSON representation

Basic Telegram bot written in C++

Awesome Lists containing this project

README

          

# BotXX
Simple Telegram bot written with C++


❗Dependencies: Threads, Boost.system, OpenSSL, Curl


Configure: `cmake --preset release`

Build: `cmake --build --preset release`

Run: `build/release/bin/bot`