elbakali9

Reputable
Nov 12, 2017
47
0
4,530
Hello everyone,

I'm looking for a help from you guys, to find or create a programming script (AutoHotKey or else) that can do this following tasks repeatedly,

1/ Open Gmail in internet browser
2/ On Gmail on the search bar, search for the word confirm
3/ Open all those mails each on a Tab
4/ Click the link that contains the word (confirm, please confirm, subscribe, click here to subscribe.....)
5/ On the same emails avoid clicking links with words (Unsubscribe, stop recieving....)
6/ Close tab, when it done.

help please, becouse i want my computer to do this simple tasks automatically.

thanks you,

Zayn.
 
You're asking too much from a simple keyboard hitter. What you want is a sophisticated app which can be coded in various ways (Visual Studio GUI, Python) etc, there are ready-made libraries interfacing to GMail / IMap / HTTP. On top of thay, you should build logic for sites taking several steps (eg additional details on web page before clicking on a link).

And what is the purpose of this app? Most persons want to unsubscribe from email lists, not to subscribe to ones...