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

https://github.com/thorsten-l/sonia-telegram

a very simple Telegram client
https://github.com/thorsten-l/sonia-telegram

client java maven rest-api telegram telegram-api

Last synced: about 1 month ago
JSON representation

a very simple Telegram client

Awesome Lists containing this project

README

          

# sonia-telegram
a very simple Telegram client

## Help Page
```
2018-03-23 11:46:09,183 [main] INFO sonia.telegram.App - SONIA Telegram sender started.
--api-token (-a) VAL : Telegram API (Bot) token
--chat-id (-i) N : Chat ID (default: 0)
--chat-name (-n) VAL : Chat name
--help : Displays this help (default: false)
--text (-t) VAL : Message text to send
--verbose (-v) : Display server result (default: false)
--version : Display programm version (default: false)
```