TTYtter es un cliente escrito en perl por Cameron Kaiser que emplea oauth. Tiene su propia consola o puede ser empleado en linea comandos.
$ wget 'http://www.floodgap.com/software/ttytter/dist1/1.2.00.txt' -O ttytter.pl$ chmod +x ./ttytter.pl$ ./ttytter.pl -ansi -ssl #asni para color. ssl para https
-- using SSL for default URLs.
trying to find cURL ... /usr/bin/curl
-- no version check performed (use /vcheck, or -vcheck to check on startup)
(checking credentials) test-login SUCCEEDED!
-- processing credentials: logged in as petrohs
######################################################        +oo=========oo+
        TTYtter 1.2.0  (c)2011 cameron kaiser                @             @
                all rights reserved.                         +oo=   =====oo+
      http://www.floodgap.com/software/ttytter/            a==:  ooo
                                                           .++o++. ..o**O
 freeware under the floodgap free software license.        +++   :O:::::
       http://www.floodgap.com/software/ffsl/              +**O++ #   :ooa
                                                                  #+$$AB=.
        tweet me: http://twitter.com/ttytter                      #;;ooo;;
           tell me: ckaiser@floodgap.com                          #+a;+++;O
######################################################           ,$B.*o*** O$,
#                                                                a=o$*O*O*$o=a
# when ready, hit RETURN/ENTER for a prompt.                        @$$$$$@
# type /help for commands or /quit to quit.                         @o@o@o@
# starting background monitoring process.                           @=@ @=@
TTYtter>En el prompt hay muchas opciones solo muestro unos pocos ejemplos:
> Solo escribe tu mensaje> /again> /retweet a1> /replies> /reply zc9 tienes razon> /dm @petrohs mensaje directo> /dm> /help> /quitDesde linea de comandos solo muestro algunas opciones
$ ./ttytter.pl -status="mi mensaje"$ echo "/dm" | ./ttytter.pl -ssl -script$ ./ttytter.pl -ssl -runcommand="/replies"Esto da un mundo de posibilidades
2 comentarios:
A mi no me funciona, apenas trato de ejecutarlo y me da un error:
-- using SSL for default URLs.
trying to find cURL ... not found.
failed. trying to find Lynx ... /usr/bin/lynx
sorry, OAuth and xAuth are not currently supported with Lynx.
you must use SSL cURL, or specify -authtype=basic.
no se que problema sera, porque el lynx lo tengo instalado y funciona bien...
El problema, Edgar, es que para un correcto funcionamiento depende de curl y no lo tienes en tu sistema
Publicar un comentario