how i get password?
fynnsh opened this issue · 5 comments
fynnsh commented
how i get password?
Deleted user commented
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.
fynnsh commented
abdhan commented
You probably have to change the env. And no guarantee that will work.
fynnsh commented
what do you mean with env? sorry newbie
abdhan commented
No problem. Please read this tgalal/yowsup#1952 . I have not used this recently though.