Linux Spain

Linux Spain at

Contestador automático para Telegram.

Copia y pega esto:
---
our_id = 0

function on_msg_receive (msg)
   if msg.out then
      return
   end
   if msg.text == nil then
      return
   end
   if msg.unread == 0 then
      return
   end

   send_msg(msg.from.print_name, "I'm busy right now. Text you back later.")
end

function on_our_id (id)
   our_id = id
end

function on_secret_chat_created (peer)
end

function on_user_update (user)
end

function on_chat_update (user)
end

function on_get_difference_end ()
end

function on_binlog_replay_end ()
end
---

... en un archivo de texto y llámalo "busy.lua". Ejecuta telegram desde la línea de comandos con

---
telegram -s busy.lua
---

y todos los mensajes que recibas se contestarán con  "I'm busy right now. Text you back later."

  send_msg(msg.from.print_name, "I'm busy right now. Text you back later. You can find me at Jabber/XMPP")
end

n2t at 2014-02-17T20:21:52Z

EVAnaRkISTO likes this.

el ingles no es lo mio y lo odio, pero al ir a translate google me di cuenta que...

¿podrías ser que en vez de "text" fuera "test"? insisto, soy un pikinglish fatal...

xikufrancesc at 2014-02-17T20:26:52Z

xikufrancesc, puedes cambiar el texto que hay entre comillas por:

"Ahora mismo no te puedo atender. Te mando un mensaje luego."

Linux Spain at 2014-02-17T20:43:54Z

>> No_2nd Troy:

“send_msg(msg.from.print_name, "I'm busy right now. Text you back later. You can find me at Jabber/XMPP")
end”


Ahi ahi!


Jabber/XMPP FTW!

JanKusanagi @identi.ca at 2014-02-17T21:13:46Z

juancuyo likes this.