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++
- Host: GitHub
- URL: https://github.com/allenvox/botxx
- Owner: allenvox
- Created: 2023-11-07T03:00:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T03:29:17.000Z (over 2 years ago)
- Last Synced: 2025-02-28T00:51:22.964Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`