Telegram: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(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" 2> /dev/null
+
*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

Anmelden

phone number: +49176978888 code ('CALL' for phone code):

Send from Console

  • telegram-cli -W -e "msg Thomas Hallo Chef" >/dev/null 2>&1

Links