https://github.com/makstamoian/ssh-telegram-bot
SSH telegram bot
https://github.com/makstamoian/ssh-telegram-bot
Last synced: 2 months ago
JSON representation
SSH telegram bot
- Host: GitHub
- URL: https://github.com/makstamoian/ssh-telegram-bot
- Owner: makstamoian
- Created: 2022-08-07T13:34:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T21:47:08.000Z (almost 2 years ago)
- Last Synced: 2023-12-22T18:24:24.732Z (over 1 year ago)
- Language: C++
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssh_telegram_bot
SSH telegram botYou can build it by the following command:
```bash
g++ main.cpp -o telegram_bot --std=c++14 -I/usr/local/include -lTgBot -lboost_system -lssl -lcrypto -lpthread
```and get some help: ./telegram_bot --help