I have 100 gmail accounts. I'd like to check each account from the same region as the gmail account was created. For example, if a gmail account was created in Florida, I'd like to check it from a proxy in Florida.
I need to check email from each of these accounts and click a link in emails.
Is there existing software that will help me do this? Ideally for Firefox, Chrome, unix, linux or mac?
If not, should I use Automator + AppleScript to do this?
Here's my rough logic:
If I have to go it alone, am I on the right track?
I need to check email from each of these accounts and click a link in emails.
Is there existing software that will help me do this? Ideally for Firefox, Chrome, unix, linux or mac?
If not, should I use Automator + AppleScript to do this?
Here's my rough logic:
Code:
foreach gmail_ip
- change proxy_ip to same region as gmail_ip (ex. if gmail_ip is in Florida, get a proxy_ip in Florida too)
- check gmail account using gmail user / pass
- foreach new email
- - click rand(0,3) links
- - pause rand(5,10)
- - close link page
If I have to go it alone, am I on the right track?
Last edited: