Differences between revisions 5 and 6
Revision 5 as of 2014-07-07 08:07:52
Size: 3289
Editor: dx
Comment: typo - password in yowsup config should be password= not pw=
Revision 6 as of 2014-07-12 07:41:56
Size: 3364
Editor: JensSuelwald
Comment:
Deletions are marked like this. Additions are marked like this.
Line 52: Line 52:
   * Contacts need to be readded after onlining the account again in bitlbee.

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 the following content only:
    • 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 "password=<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
  • Contacts need to be readded after onlining the account again in bitlbee.

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