Differences between revisions 2 and 3
Revision 2 as of 2014-06-14 19:12:11
Size: 1763
Editor: dx
Comment: a few tweaks
Revision 3 as of 2014-06-26 11:53:42
Size: 3283
Editor: gw
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Since many people seem to be intersted in using whatsapp with bitlbee, here's a rough '''untested''' summary of how to get it working. Please send reports of success or any issues to #bitlbee. Since many people seem to be intersted in using whatsapp with bitlbee, here's a rough '''briefly tested''' summary of how to get it working. Please send reports of success or any issues to #bitlbee.
Line 27: Line 27:
=== An example of creating an account ===

 * Get yowsup from https://github.com/tgalal/yowsup/wiki/yowsup-cli
 * Create a config (text) file with only the following content:
   * phone=358500123456
    * where 358500123456 is your sms-capable phone number with country code, without + or leading zeroes
 * ./yowsup-cli -c <configfile> -r sms # request a registration code from WhatsApp
 * ./yowsup-cli -c <configfile> -R <code> # register an account using the code you should have received via SMS
 * You should now receive a message on the console with your new password
 * You can test chatting with yowsup-cli. Add line "pw=<password>" on you config file and run an interactive chat with a friend with something like
   *./yowsup-cli -c <configfile> -i <number_of_a_friend> --wait --autoack --keepalive # See yowsup-cli -h for details
Line 29: Line 41:
The next step is to get whatsapp-purple working in bitlbee, and I hope you can figure that out yourself because I've never done it. The next step is to get whatsapp-purple working in bitlbee.
Line 31: Line 43:
If you want, you can try it first with pidgin, since that's the officially supported way to use whatsapp-purple.  * Get plugin whatsapp-purple from https://github.com/davidgfnet/whatsapp-purple (If running Ubuntu, you can add ppa:whatsapp-purple/ppa and install package pidgin-whatsapp, or you could just build it from source)
 * If you want, you can try it first with pidgin, since that's the officially supported way to use whatsapp-purple.
 * (Re)start your bitlbee-libpurple instance (remember, the non-libpurple version won't do)
 * Bitlbee command "help purple" should now list whatsapp as a supported protocol
 * Add your account the usual way: acc add whatsapp 358500123456 <password>
 * Add buddies as usual: add whatsapp <number_of_a_friend>

=== Notes ===
 * Whatsapp seems to generate a lot of "connection established" and +v/-v -messages, probably due to the underlying library making connections to the server per message
 

WhatsApp with BitlBee

Since many people seem to be intersted in using whatsapp with bitlbee, here's a rough briefly tested summary of how to get it working. Please send reports of success or any issues to #bitlbee.

Requirements

Caveats

  • You can't use whatsapp from more than one device simultaneously.
  • This might be against the whatsapp TOS, and they might decide to ban your phone number. Your warranty is now void, etc.

  • The registration tokens change often, additional security measures are added regularly, so maybe none of this will work.

Registration

You need to get a password to connect. This password is not the IMEI as you might have read (it was, a few years ago), but you need to extract it somehow from a running whatsapp client, or create a new one. At the time of this writing it doesn't seem possible to sniff it, so, alternatives:

If you succeed at this step, congratulations. Try not to get too desperate if it goes wrong, you might end up with a huge cooldown period. Check the issue trackers of the relevant tool to see if other people have the same issue, as the registration tokens might have changed.

An example of creating an account

  • Get yowsup from https://github.com/tgalal/yowsup/wiki/yowsup-cli

  • Create a config (text) file with only the following content:
    • phone=358500123456
      • where 358500123456 is your sms-capable phone number with country code, without + or leading zeroes
  • ./yowsup-cli -c <configfile> -r sms # request a registration code from WhatsApp

  • ./yowsup-cli -c <configfile> -R <code> # register an account using the code you should have received via SMS

  • You should now receive a message on the console with your new password
  • You can test chatting with yowsup-cli. Add line "pw=<password>" on you config file and run an interactive chat with a friend with something like

    • ./yowsup-cli -c <configfile> -i <number_of_a_friend> --wait --autoack --keepalive # See yowsup-cli -h for details

Putting it all together

The next step is to get whatsapp-purple working in bitlbee.

  • Get plugin whatsapp-purple from https://github.com/davidgfnet/whatsapp-purple (If running Ubuntu, you can add ppa:whatsapp-purple/ppa and install package pidgin-whatsapp, or you could just build it from source)

  • If you want, you can try it first with pidgin, since that's the officially supported way to use whatsapp-purple.
  • (Re)start your bitlbee-libpurple instance (remember, the non-libpurple version won't do)
  • Bitlbee command "help purple" should now list whatsapp as a supported protocol
  • Add your account the usual way: acc add whatsapp 358500123456 <password>

  • Add buddies as usual: add whatsapp <number_of_a_friend>

Notes

  • Whatsapp seems to generate a lot of "connection established" and +v/-v -messages, probably due to the underlying library making connections to the server per message

BitlBee Wiki: HowtoWhatsapp (last edited 2023-01-22 21:26:21 by kinlo)