Time to finally add a bot to my WhatsApp group chat!
Show HN: Whapp-irc – A simple WhatsApp IRC gateway
21–30 of 49 posts
Re: Show HN: Whapp-irc – A simple WhatsApp IRC gateway
#22Earlier quoted context omitted.
One alternative is sandboxing the js code (or using existing browser or networking logging capabilities) to reverse engineer network requests and write a more raw client instead of piggybacking onto the web client, that would still have risks of changes but less likely than this.
> reverse engineer network requests and write a more raw client People already have done that. The most famous example is the yowsup [1] python library. The problem with these client implementations is that WhatsApp is banning any numbers that use them [2]. So most recent attempts to use WhatsApp outside of the official clients revolve around using WhatsApp Web somehow. That appears to work better, but even here if y…
Re: Show HN: Whapp-irc – A simple WhatsApp IRC gateway
#23Re: Show HN: Whapp-irc – A simple WhatsApp IRC gateway
#24Re: Show HN: Whapp-irc – A simple WhatsApp IRC gateway
#25On that point though, what do people think when they see WhatsApp the name? I get the whole whats up thing, but whenever I see the name I think "What's App???" as in What is App???
Re: Show HN: Whapp-irc – A simple WhatsApp IRC gateway
#26why hasn't there been anything like this for iMessage? or any 3rd party applications at all, really.
A Signal gateway would be nice but an irc gateway to a e2e secure platform might constitute a reduction of security for all involved parties. There are jabber and slack gateways. In practicality,I would like to see a gitter to IRC gateway,because of foss projects usage of both platforms.
Re: Show HN: Whapp-irc – A simple WhatsApp IRC gateway
#27Earlier quoted context omitted.
> reverse engineer network requests and write a more raw client People already have done that. The most famous example is the yowsup [1] python library. The problem with these client implementations is that WhatsApp is banning any numbers that use them [2]. So most recent attempts to use WhatsApp outside of the official clients revolve around using WhatsApp Web somehow. That appears to work better, but even here if y…
How can the server component of WhatsApp tell that the client is using the Python library you mention? If that library implements the protocol correctly, shouldn't it be indistinguishable from the official web client to the server?
> This is really sad for people like me who don't want to install WhatsApp on their phones because it sends too much of my data to Facebook... probably that's precisely why they are so strict, to get all the data because that's all they get (the service is gratis after all).
When you send a message through WhatsApp, WhatsApp knows you sent the message and who you are.
Since they know who you are, they also know, independently of the request you just sent, whether you're using their official client, and what data they've managed to extract from your phone.
If I get a seemingly-valid message from you despite the fact that I know perfectly well you've never installed my official client, I'm going to conclude you're not using my official client.
Re: Show HN: Whapp-irc – A simple WhatsApp IRC gateway
#28Why did you build this? What are you using it for?
Re: Show HN: Whapp-irc – A simple WhatsApp IRC gateway
#29Earlier quoted context omitted.
> reverse engineer network requests and write a more raw client People already have done that. The most famous example is the yowsup [1] python library. The problem with these client implementations is that WhatsApp is banning any numbers that use them [2]. So most recent attempts to use WhatsApp outside of the official clients revolve around using WhatsApp Web somehow. That appears to work better, but even here if y…
How can the server component of WhatsApp tell that the client is using the Python library you mention? If that library implements the protocol correctly, shouldn't it be indistinguishable from the official web client to the server?
[1]: https://en.wikipedia.org/wiki/TCP/IP_stack_fingerprinting
Re: Show HN: Whapp-irc – A simple WhatsApp IRC gateway
#30why hasn't there been anything like this for iMessage? or any 3rd party applications at all, really.