danielcardeenas / whatsapp-framework

⚗️Whatsapp python api
1.16k stars 363 forks source link

Easily Blocked #196

Open albertusgeyser opened 5 years ago

albertusgeyser commented 5 years ago

Good Day

Does whatsapp-framework also have danger for sim to be blocked by whatsapp? I struggle wil yowsup2 alone not to get blocked.

Thank You

Albertus Geyser

jhonarodriguez commented 5 years ago

If possible, read the following documentation and the next issue

https://github.com/danielcardeenas/whatsapp-framework/wiki/Do-not-get-banned

https://github.com/danielcardeenas/whatsapp-framework/issues/156

albertusgeyser commented 5 years ago

Thank You

I am using ubuntu server, do i just follow steps to install?

albertusgeyser commented 5 years ago

Good Day

Any contact details of someone who could help to explain how to install and use?

Thank You

Albertus Geyser

jhonarodriguez commented 5 years ago

just follow the installation instructions with python 3.5 and register the number. It is not very complicated.

albertusgeyser commented 5 years ago

Thank You

Do you have example config.py to add users and groups? ::::: credentials = dict( phone = 'YOUR_PHONE', password = 'YOUR_PASWWORD', )

Your contacts numbers (Framework will sync)

Add them here

contacts = { "CONTACT_PHONE": "CONTACT_NAME", "ANOTHER_CONTACT_PHONE": "ANOTHER_CONTACT_NAME", }

jhonarodriguez commented 5 years ago

The correct form is "(country code) (phone number)": 'contact name'.

I think you'd be interested in reading the following case

https://github.com/danielcardeenas/whatsapp-framework/issues/129

albertusgeyser commented 5 years ago

Good Day

I did everything step by step and info added to config.py:

credentials = dict( phone = '27717459571', password = 'm2I6q6MzLfrPbfDWYqmBaCnL6dE=', )

Your contacts numbers (Framework will sync)

Add them here

contacts = { "27832108623": "Albertus", "27721043135": "Constance", }

Was immediately blocked when running: start.py.

:( What could i have done wrong?

x-frst commented 5 years ago

Some suggestions from me which got banned almost 6 times with various SIM Cards😅 But finally somehow I managed it and now my bot is UP from 2 months without any issue!

albertusgeyser commented 5 years ago

Good Day

Thank You for you speedy reply.

Albertus Geyser

charis-the-programmer commented 5 years ago

Good Day

Thank You for you speedy reply.

  • You shouldn't post your numbers and password like this! Anyone can misuse it! (I always change before i post, but thank you for warning) Thank you for all your tips, will notify within a week what my finding is with new number. You guys are the best.

Albertus Geyser

It's been 20 days since your post. Have you survived from being banned?