Telegram: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) (→Links) |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 7: | Zeile 7: | ||
code ('CALL' for phone code): | code ('CALL' for phone code): | ||
=Send from Console= | =Send from Console= | ||
| − | *telegram-cli -W -e "msg Thomas Hallo Chef" | + | *telegram-cli -W -e "msg Thomas Hallo Chef" >/dev/null 2>&1 |
=Links= | =Links= | ||
*https://blog.mypapit.net/2015/09/a-bash-script-for-sending-telegram-messages-in-linux.html | *https://blog.mypapit.net/2015/09/a-bash-script-for-sending-telegram-messages-in-linux.html | ||
| + | *https://github.com/vysheng/tg/wiki/Telegram-CLI-Commands | ||
Aktuelle Version vom 17. November 2017, 08:22 Uhr
Install
- wget https://blog.mypapit.net/wp-content/uploads/2015/08/telegram-cli_1.0.6-1_amd64.deb
- sudo apt-get -y install libjansson4 libconfig9 liblua5.2-0
- sudo dpkg -i telegram-cli_1.0.6-1_amd64.deb
Anmelden
phone number: +49176978888 code ('CALL' for phone code):
Send from Console
- telegram-cli -W -e "msg Thomas Hallo Chef" >/dev/null 2>&1