Webwhatsapp-wrapper: Checking if a number is Online

Created on 24 Nov 2018  路  9Comments  路  Source: mukulhase/WebWhatsapp-Wrapper

.

Most helpful comment

I mean installing this repo and then you can run the functions easily, start with the samples folder, that should give you an idea..

And you can also check the documentation, not up-to-date but still helps

All 9 comments

Why don't you use the whole Python wrapper? There are some builtin functions that would solve your problem.

I guess that's a selenium issue, as you said, the javascript is working fine, the problem is that execute_script probably won't read console.log, I'm not 100% sure but to read the console from selenium you would need something like driver.get_log, but again, this is related to the way you are trying to acheive it, which is not the best approach

How should i use the wrapper? Do you mean wapi_js_wrapper.py ?

I mean installing this repo and then you can run the functions easily, start with the samples folder, that should give you an idea..

And you can also check the documentation, not up-to-date but still helps

Thank you so much

@lfdelphino @ecjN00B @mukulhase @bobaoapae @brunosoaresds guys i am still having trouble with this issue can you help me ?

change this..

function find_online(id){
return Store.Chat.find(id).then((e)=>{ return Store.Presence.find(e.id);});
}

can i check if a number is online

however it isnot on my contact list ?

@bobaoapae
@lfdelphino
@brunosoaresds

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dmreinoso picture dmreinoso  路  3Comments

Zingers-ZA picture Zingers-ZA  路  6Comments

mhndm picture mhndm  路  5Comments

juancrescente picture juancrescente  路  4Comments

shakraw picture shakraw  路  5Comments