dataannotation tasks notification

Auto login and auto refresh pages to find new available projects.

< Opinie na dataannotation tasks notification

Ocena: Dobry - skrypt działa

§
Napisano: 14-08-2024

Am I reading this right? that I'll notify you any time there's a project on your dashboard, but not necessarily a project that wasn't there before?
Anyways that seems to be how it functions. It would be nice to detect changes instead.
But good job on writing the login script, I think this might come in handy for future scripts!
I did have a slight concern about how the username and passwords were stored, from the looks of it, they're stored within tampermonkey via get and set calls, is that right?
It would also be nice if when you clicked on the notification, it took you to the page that's been refreshed.
The script does auto log in, and does notify, I'm just not sure its when new work is dropped though.
I managed to alter the waiting time from 10 minutes to 30 seconds using .5 to replace that 10 there, and I was getting notifications every 30 seconds, some of which didn't look different from the refresh page before (screenshotted them)
Also just a suggestion (as i'm very tempted to do this myself), make it to where you at least have the option to watch for certain projects.

§
Napisano: 23-08-2024

Nice suggestions. I will work on changing the notification to task changes, displaying which new task is available, and adding task URL in the notification.
Here are some clarifications:
1. As you point out, the login info is stored in tampermonkey extension storage, which is session storage that will expire when you close Chrome. Thus autologin part is only in case you somehow log out during refreshing. From my testing, this would not happen for keeping alive by refreshing. Therefore currently autologin is not necessary for getting notified.
2. The website has some attack detections thus I am unsure of the safe time to refresh. You could try to change the wait time in the script by yourself, but I am not going to provide some easy options just in case of unwanted usage. After changing the notification to task changes, the notification should not be popped each refreshing.

Odpowiedz

Zaloguj się, by odpowiedzieć.