-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
many phone number tracking #61
Comments
Hi @Alexvojander |
Hey @rpotter12 I think we can create a script to iterate through contacts and track many numbers, what do you think? |
Hi, @xandao6 , this script is already exist, the key question is to track users that is not in your contact list. |
Currently, it is not possible to track users that are not in your contact list because there is no option in whatsapp-web to open a chat by number. And we can't track without opening their chats. I believe that there may be any alternative to track person by phone number. We need to find that. |
Hi @xandao6 |
|
You can try implementation for this :) |
Soon I will! |
@Alexvojander @xandao6 |
What do you have in mind? |
#133 We have a issue to target unsaved people. |
I think we can track many phone numbers by using threads. I don't know is this a correct way or not. |
Thread would be good practice and the best option, but it would also work with a loop. |
The only problem is whether the status will load or not when switching between contacts, just testing to find out. |
Even if we use threads when we synchronize it to wait for one contact to load and check its status, wouldnt the output would be similar to what we see in a loop? |
yes, but a loop block the program |
Hi,
Learned your code and few another repositories
it is possible to track many phone numbers at the same time?
Even if they are not in contact list.
Thanks!
The text was updated successfully, but these errors were encountered: