Para extraer música asunder
$ 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>> Solo escribe tu mensaje> /again> /retweet a1> /replies> /reply zc9 tienes razon> /dm @petrohs mensaje directo> /dm> /help> /quit$ ./ttytter.pl -status="mi mensaje"$ echo "/dm" | ./ttytter.pl -ssl -script$ ./ttytter.pl -ssl -runcommand="/replies"$ TOR='--socks5 127.0.0.1:9050'$ curl $TOR 'https://api.soundcloud.com/oauth2/token' -d 'client_id={numeroCliente}' -d 'client_secret={numeroSecreto}' -d 'grant_type=password' -d 'username={cuenta@correo}' -d 'password={contrasenna}'
{"access_token":"435cacc0cedf0249c4e1153453ac8144","expires_in":3599,"scope":"*","refresh_token":"4084a8c8e9e91e50dd4eadb3e151a240"}$ curl $TOR 'https://api.soundcloud.com/tracks.json?oauth_token=f751eb4a184caaa56fe60dce34abdbf9&q=zztop'curl $TOR -L 'https://api.soundcloud.com/tracks/16106687/download?oauth_token=f751eb4a184caaa56fe60dce34abdbf9' -o /tmp/s.mp3$ mpg321 /tmp/s.mp3