-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Only working if you're actively using/on WhatsApp #145
Comments
Same for me. Smartphone: Android 10 |
Also for me on Ubuntu Firefox and windows Chrome |
i have tested with pyautogui its working you can move mouse with script.
|
Above are python based if you want js there is robotjs. |
You need to move according to your screen size and before debug don't try to run in infinite loop while 1. move just one place to other place in whatsapp web. |
I tried to built in feature for moving mouse but Chrome does not provide in extension so for moving mouse os system programming required so you can do according to your need it will just 4 lines code in python. |
or i will try to build a tool specially for auto move mouse in whatsapp web in Tkinter or any other framework. I am not free now so it will take time so if anyone want to build this raise PR I will merge. Thank You |
Similiar problem here. If the main windows are minimized, the monitoring doesn't work at all. Tested more times. Please fix that :( @rizwansoaib #145 EDIT: DEBUG HERE: Fix is done with NON-beta device (I have to test with "beta" too.)
SUGGESTIONS:
@rizwansoaib Thanks for your hard work, mate. |
Use script pyautogui
…On Tue, 15 Feb, 2022, 3:47 pm Tarumahr, ***@***.***> wrote:
Same problem here. If I'm not actively using the web app (exe app on W10
Pro 21h2), the monitor doesn't work at all. Tested more times. Please fix
that :(
OS: Win 10 Pro 21H2
App: EXE launcher (Beta multi-device) [seems the same problem persist on
single device too, non-beta]
—
Reply to this email directly, view it on GitHub
<#145 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC2EZEHJ53AJPRVJPEJPJDU3IR4FANCNFSM5NCFHGWQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Disclaimer: *
Messages from 'knit.ac.in <http://knit.ac.in>' mail server
and any associated files may contain information that is confidential,
subject to copyright or contains proprietary information. If you are not
the intended addressee you are hereby notified that any dissemination,
copying or distribution of these messages, or files associated with these
messages is prohibited. If you have received the message in error, please
notify us by replying to the concerned message and deleting it from your
computer. Please also scan the message to verify that it is virus free.
Thank you for your time.
This email is governed by the Disclaimer Terms
of KNIT.
|
Could you edit your script to show how to not run in infinite loop while 1? For example, my screen size is 2560 x 1600, so after installing PyAutoGUI, what script could I run so I'm moving the mouse from out place to another? Sorry for such a beginner request, but I'm not sure if changing Thank you! |
To break infinite you need to just quickly move mouse to any corner of
screen. Your script will stop working
…On Mon, 21 Feb, 2022, 9:37 am charlieflowers, ***@***.***> wrote:
pyautogui
import pyautogui as pg
while 1:
pg.moveTo(1500, 350, duration = 1)
pg.moveTo(1500, 300, duration = 1)
You need to move according to your screen size and before debug don't try
to run in infinite loop while 1.
move just one place to other place in whatsapp web.
Could you edit your script to show how to not run in infinite loop while
1? For example, my screen size is 2560 x 1600, so after installing
PyAutoGUI, what script could I run so I'm moving the mouse from out place
to another?
Sorry for such a beginner request, but I'm not sure if changing while 1:
to while 2: would be the solution or what I'd have to change/add.
Thank you!
—
Reply to this email directly, view it on GitHub
<#145 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC2EZAKLBWN2RJC5W664NDU4G27FANCNFSM5NCFHGWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Disclaimer: *
Messages from 'knit.ac.in <http://knit.ac.in>' mail server
and any associated files may contain information that is confidential,
subject to copyright or contains proprietary information. If you are not
the intended addressee you are hereby notified that any dissemination,
copying or distribution of these messages, or files associated with these
messages is prohibited. If you have received the message in error, please
notify us by replying to the concerned message and deleting it from your
computer. Please also scan the message to verify that it is virus free.
Thank you for your time.
This email is governed by the Disclaimer Terms
of KNIT.
|
How? :) Would it be possible for you to provide an example script so I replicate it for myself? From the script you provided, what would need to changed/added? My screen size is 2560 x 1600 import pyautogui as pg And how do you stop or pause the script so I can use my computer? Thanks so much!! |
|
To stop script just move cursor to any corner of screen quickly script will stop |
You can watch some pyautogui tutorial on YouTube for more details and information. |
Using Chromium on Raspbian now. Couldn't get pyautogui to work on Ubuntu.
Edited 29/03 "Chromium" instead of "Chrome". Extension V2.7 seems to work fine |
@LouisXIVLouis Thanks for update |
#176 Mouse Jiggler |
Mac users can download Jiggler that's easy to use, free, and works perfectly: (http://www.sticksoftware.com/software/Jiggler.html ) |
wss://web.whatsapp.com/ws/chat?ED=CAgIAg |
hi rizwan is there anyway to work wa online or offline app you know wa last update is not good for us |
To fix this, if you are on FireFox, you can just install the extension: I tried this and it's good, event if I'm not in the tab and using other applications it works |
Hello there Is this whatsapp online offline tracker solution?
|
I have tested it all the day and the answers is yes, but also no. It seems to work, but after some time it stops working and you have to go on the tab again, so you can't leave it for a long time, but it's still useful if you are on the PC and you can sometime click the tab |
i check it this is not whatsapp monitor extention |
Anyone can buy hardware also to move mouse automatically USB mouse jiggler |
Describe the bug
As of a few days ago, I've noticed that the extension only logs online activity if you're actively using WhatsApp. I verified this by comparing the time I was last active on Whatsapp with the time the extension last logged online activity, and the time stamps are an exact match.
I've also noticed that if you're only monitoring one number and that specific chat isn't the one that's open in WA Web, the extension doesn't log anything.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Online behavior should be logged regardless of whether you're active on Whatsapp or not.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: