Bot to Open/Click emails on gmail.com

Status
Not open for further replies.

kiladen

Newbie
Joined
Jun 27, 2008
Messages
18
Reaction score
0
I have a list of 10,000 gmail accounts. I would like a bot to hit not spam/open/click/ and reply to all emails sent to these accounts. Gmail has tough javascript security features so I believe best bet would be using something like selenium. We would want it to be multi-thread. If you know a good proxy source it would be of benefit as well.

My budget is $1,000 for this project since I know gmail has tough security features.
 
hey I can help you with that I'm a python developer and been using selenium for a long time: skype me: serbi_junc
 
Selenium would be the worst implementation. Use IMAP to catch mails and SMTP to answer them through gmail. Just an example of better implementation.

Not interested in the job btw.
 
Yeah selenium would be slow and a resource hog and not necessary. If you're still looking for a developer PM me.
 
A better implementation indeed, but there's something you haven't considered.
To use IMAP you would need another bot to login into each account and enable "Allow access by less secure apps" or something along those lines.
IMAP is not enabled by default on gmail accounts.
Selenium would be the worst implementation. Use IMAP to catch mails and SMTP to answer them through gmail. Just an example of better implementation.

Not interested in the job btw.
 
A better implementation indeed, but there's something you haven't considered.
To use IMAP you would need another bot to login into each account and enable "Allow access by less secure apps" or something along those lines.
IMAP is not enabled by default on gmail accounts.

Don't know where you got that information from, but IMAP is actually enabled by default :)
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top