vigneshkarunagaran / WhatsApp_Status_Tracker

12 stars 3 forks source link

enhancement: Multiple contact tracking #1

Open al-bonin opened 2 years ago

al-bonin commented 2 years ago

Hi,

It is a very educational project, thank you. Is there anyway to change between favorite contacts each 1-2 seconds to track multiple contacts?

Best regards

vigneshkarunagaran commented 2 years ago

Hi,

It is a very educational project, thank you. Is there anyway to change between favorite contacts each 1-2 seconds to track multiple contacts?

Best regards

Thanks for the support @ercan-akar

Let's say we have 5 contacts to be tracked

When we iterate them , we have to add few more steps to search for each contact and then to grep status This would take approximately 1sec for each contact So in total 5 sec for one single loop

This much iteration time will reduce our efficiency (For example when we are at Contact 4, if Contact 1 chages to online for 2 or 3 sec that will be missed)

As a workaround we can make use of WhatsApp Archive to skip searching.

leblebi1 commented 2 years ago

i don't understand, can't we track multiple?

rizal-rovins commented 2 years ago

"As a workaround we can make use of WhatsApp Archive to skip searching." Can you provide more details regarding the same? I am not able to find anything similar on the internet