joaoricardo000/whatsapp-bot-seed

how i get password?

fynnsh opened this issue · 5 comments

how i get password?

File: config.py

Credentials to connect on Whatsapp Servers.
(phone number, whatsapp key)
To extract key use the yowsup-cli (using a python venv with yowsup installed):
> yowsup-cli registration -C <CountryCode> -r sms -p <Phone Number with Country Code>
ex.:
yowsup-cli registration -C 55 -r sms -p 554899998888
Then whatsapp will send a key via sms to the phone.
Get that key then run:
> yowsup-cli registration -C 55 -R <sms-key> -p 554899998888
status: ok
kind: free
> pw: njH+QGBqGXXXXXXXOFa+Wth5riM=
price: US$0.99
price_expiration: 1444272405
currency: USD
cost: 0.99
> login: 554899998888
type: existing
expiration: 1472404969
Now just get the login and pw, and replace bellow.

You probably have to change the env. And no guarantee that will work.

what do you mean with env? sorry newbie

No problem. Please read this tgalal/yowsup#1952 . I have not used this recently though.