tgalal / yowsup

The WhatsApp lib
GNU General Public License v3.0
7.08k stars 2.23k forks source link

Whatsapp web and yowsup simultaneously #767

Open mj2472 opened 9 years ago

mj2472 commented 9 years ago

Hi,

Is there any way we can use yowsup and whatsapp web interface simultaneously. We can do it with phone but it needs to recognize the QR code.

Any ideas?

Thanks!

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

CODeRUS commented 9 years ago

You can't because you need to recognize qr code.

dedmen commented 9 years ago

The data in the qr code image is also readable directly from the source code of the web.whatsapp.com site. Its in <div class="qrcode idle" data-ref="Data in qt code"> go to the main page and hit inspect element on the qr code.

ekiara commented 8 years ago

Has any work been done towards this?

It seems it's possible (given that QR-code data can be read in web.whatsapp.com from the

with class name "qrcode" )

HannoSpreeuw commented 7 years ago

Any news on this?

fiatjaf commented 7 years ago

I imagine that the problem here is not in reading the QR code, but in implementing the communication interface between yowsup and WhatsApp Web, which is a totally different thing from the normal WhatsApp protocol.

So yes, it is probably possible, but it would require a lot of work. Is it worth it?

twilliann commented 6 years ago

UP...

ghost commented 6 years ago

any solutions?

gtcdevop commented 2 years ago

would be possible to identify witch request api does after it reads the QRcode