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

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

Awesome Lists containing this project

README

        

# ssh_telegram_bot
SSH telegram bot

You 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