Поиск по этому блогу

среда, 12 февраля 2014 г.

Whatsapp on Ubuntu Pidgin desktop client.

sudo apt-get install python python-dateutil python-argparse
sudo wget https://github.com/tgalal/yowsup/archive/master.zip
sudo unzip master.zip
cd yowsup-master/src
cp config.example yowsup-cli.config
vi yowsup-cli.config #(Write the following according to you)
#cc=34
#phone=34123456789 #(Phone number with country code)
#id=
#password=
chmod +x yowsup-cli
./yowsup-cli --requestcode sms --config yowsup-cli.config
#status: sent
#retry_after: 3605
#length: 6
#method: sms




./yowsup-cli --register 123-456 --config yowsup-cli.config (replace 123-456 with the code)
#status: ok
#kind: free
#pw: S1nBGCvZhb6TBQrbm2sQCfSLkXM=
#price: 0,89
#price_expiration: 1362803446
#currency: EUR
#cost: 0.89
#expiration: 1391344106
#login: 34123456789
#type: new
cat yowsup-cli.config
cc=34
phone=34123456789
id=
password=S1nBGCvZhb6TBQrbm2sQCfSLkXM=


If you don’t have pidgin, install it (From software center or by sudo apt-get install pidgin in terminal)
Now open a terminal and write

sudo add-apt-repository ppa:whatsapp-purple/ppa
sudo apt-get update
sudo apt-get install pidgin-whatsapp


Now simply launch Pidgin. Add a whatsapp account, put username as the
phone number with country code ( as written above)
and password as the string we obtained earlier.

Use whatsapp on your laptop. (PS- Don’t use it simultaneously on your mobile)

Better still, use viber, and ask your friends to do the same! : it has a desktop client.

Credits for this :
http://hacktracking.blogspot.com.ar/2013/02/yowsup-cli-send-whatsapp-messages-from.html
https://launchpad.net/~whatsapp-purple/+archive/ppa


Источник http://samtinkers.wordpress.com/2014/01/11/install-whatsapp-on-ubuntu-12-04-12-10-13-04-13-10-mint-13141516/

Комментариев нет:

Отправить комментарий