While I would recommend you to simply go for Viber instead, because it’s available for all operating systems; Here’s how to do it for whatsapp. However, if the same number is registered to two devices, Whatsapp doesn’t like you accessing both simultaneously. I’ve read, one at a time works fine.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| sudo apt-get install python python-dateutil python-argparsesudo wget https://github.com/tgalal/yowsup/archive/master.zipsudo unzip master.zipcd yowsup-master/srccp config.example yowsup-cli.configvi 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 |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| ./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: newcat yowsup-cli.configcc=34phone=34123456789id=password=S1nBGCvZhb6TBQrbm2sQCfSLkXM= |
1
2
3
| sudo add-apt-repository ppa:whatsapp-purple/ppasudo apt-get updatesudo apt-get install pidgin-whatsapp |
Edit : If you’re having trouble registering the number on whatsapp, you can use this service here.
Update : The latest update to whatsapp has broken the functioning of the yow-sup api used here.
The issues have been created and developers are working on it. Hopefully it will be sorted soon, but till then, all we can do is wait.


0 comments:
Post a Comment