venomous0x / WhatsAPI

Interface to WhatsApp Messenger
2.59k stars 2.14k forks source link

Block Number Problem! New Update. Block number if send 19 msg #251

Open lahmacuns opened 11 years ago

lahmacuns commented 11 years ago

Whatsapp has a new precaution. It block after 19 messages. My trials: Reconnection for each message and with 2 seconds delay, my number is blocked after 19 messages. Changed the message content randomly and the result was the same. Changed IP and same results.

They have a new precaution. Anybody have a solution? I am planning to use it for newslettering this weekend.

PS: It's not spam or marketing. I have a 2500 member institution.

shirioko commented 11 years ago

You mean like, I don't know, email? Jeez.. Op 20 mrt. 2013 08:21 schreef "kingk110" notifications@github.com het volgende:

Guys why don't we move on other free messaging applications maybe they'll have a true payed service that you can send large number to your subscribers. I heard about line. Can't we try it using sockets as if we have done here or maybe viber!!!

If I was the developer of this api I would try to do another one but I don't have the professional skills to do that.

— Reply to this email directly or view it on GitHubhttps://github.com/venomous0x/WhatsAPI/issues/251#issuecomment-15161430 .

beldar commented 11 years ago

I already tried Line, they use a custom proprietary protocol and no API, i think the only ones with something you can call an API are those based on XMPP such as Facebook Messenger, Gtalk, etc

El dimecres 20 de març de 2013, kingk110 ha escrit:

Guys why don't we move on other free messaging applications maybe they'll have a true payed service that you can send large number to your subscribers. I heard about line. Can't we try it using sockets as if we have done here or maybe viber!!!

If I was the developer of this api I would try to do another one but I don't have the professional skills to do that.

— Reply to this email directly or view it on GitHubhttps://github.com/venomous0x/WhatsAPI/issues/251#issuecomment-15161430 .

Martí

kingk110 commented 11 years ago

@beldar did you tried the gtalk? can you provide me with a test or api? @shirioko as @beldar said gtalk, viber, tango maybe ...

kingk110 commented 11 years ago

guys read what whatsapp support answered when I asked for a paid service that let me send big number of messages for my friends:

" Thanks for your message. We have received a large volume of complaints about your account. We cannot provide further information about these complaints as this would be a violation of user privacy. As we have reason to believe that your account activity has violated our Terms of Service (http://www.whatsapp.com/legal) we have exercised our right to ban your account. We have no further comments at this time. "

what a fucking company !!! :@

beldar commented 11 years ago

Looks like you deserve it...

On Wed, Mar 20, 2013 at 6:22 PM, kingk110 notifications@github.com wrote:

guys read what whatsapp support answered when I asked for a paid service that let me send big number of messages for my friends:

" Thanks for your message. We have received a large volume of complaints about your account. We cannot provide further information about these complaints as this would be a violation of user privacy. As we have reason to believe that your account activity has violated our Terms of Service ( http://www.whatsapp.com/legal) we have exercised our right to ban your account. We have no further comments at this time. "

what a fucking company !!! :@

— Reply to this email directly or view it on GitHubhttps://github.com/venomous0x/WhatsAPI/issues/251#issuecomment-15190250 .

Martí

jonnywilliamson commented 11 years ago

Well today the world just got a little brighter.

26899013

shirioko commented 11 years ago

Guess who didn't read the ToS?

http://www.whatsapp.com/legal/ Section 3: C. You agree not to use or launch any automated system, including without limitation, "robots," "spiders," "offline readers," etc. or "load testers" such as wget, apache bench, mswebstress, httpload, blitz, Xcode Automator, Android Monkey, etc., that accesses the Service in a manner that sends more request messages to the WhatsApp servers in a given period of time than a human can reasonably produce in the same period by using a WhatsApp application, and you are forbidden from ripping the content unless specifically allowed.

But then again..

(iii) you will not attempt to reverse engineer, alter or modify any part of the Service;

Oh well.. :")

kingk110 commented 11 years ago

Dear Guys, the new policy that is being applied on us as spammers is also applied on real phones with real whatsapp!!! during one month only 2 of my friends got blocked and got the same message that we are receiving when trying to re-register after gotting blocked "You are no longer allowed to use our serice". And if a normal user with a paid account try to contact whatsapp support they will say that you have violated our terms and we have the right to ban your account..!!!! :@:@

What are your opinions guys??

I suggest that whatsapp should make different paid services according to your use of their servers but they always say that we prevent any commercial use and bla bla bla :@:@:@

Hope that all normal accounts will have the same issue to see what whatsapp will do....

shirioko commented 11 years ago

Well breaking the terms of service can get you banned. For all we know they could have been sending spam messages all day like you..

They should (and probably will) keep it non-commercial, it's one of the few services without ads. I think that's also one of the appealing things about it, as opposed to skype and facebook.

And what the hell is wrong with you? You hope that regular users who comply with the terms of service will get problems with this great service just to make you think that you were right in some weird way? You've just lost all your credibility...

kingk110 commented 11 years ago

They don't send any spam messages guy!!!

pliao commented 11 years ago

@kingk110 you made some progress?

Chicooz commented 11 years ago

I think the problem is because the system connects, sends one message, disconnects then again does the same thing until it get blocked, if there is a method we can have queue of messages and numbers and they are sent in 1 connection like in interactive mode i think block will be avoided

shirioko commented 11 years ago

That would be as simple as

$w = new WhatsProt($number, $imei, $nickname, true);
$w->Connect();
$w->LoginWithPassword($password);
foreach($targets as $target)
{
    $w->Message($target, $message);
    $w->PollMessages();
}

but that also got people blocked.

waldekwg commented 10 years ago

I tested it yesterday and today using a loop with different sleep settings (30-600s) and also with typing status and I was blocked in both cases after 8 messages. The text was same in each message

shirioko commented 10 years ago

https://github.com/venomous0x/WhatsAPI#note-july-30th-2013 I don't do support for automated messages/spam/bulm messages/campaigns

Sync your contacts and make sure the contacts have you in their contact list