Nimble75
Regular Member
- Jun 7, 2009
- 447
- 198
Hi I need a bot written that can
1. Take a bunch of keywords
2. Search Google and extract the SERP URLs, say top 100
3. Find an email associated with each URL, best guess using hunter or whatever, save in a file along with the corresponding URL
4. Interface with Gmail to send an email to each email address from 3, one every few minutes. Email could be based on a template with shortcodes/variables inside, one such populated needs to be the URL from 3.
Python would probably be best. There's libraries for pretty much all of it I think.
The Gmail interface could be constructed using the Python API such as at https://developers.google.com/gmail/api/quickstart/python
1. Take a bunch of keywords
2. Search Google and extract the SERP URLs, say top 100
3. Find an email associated with each URL, best guess using hunter or whatever, save in a file along with the corresponding URL
4. Interface with Gmail to send an email to each email address from 3, one every few minutes. Email could be based on a template with shortcodes/variables inside, one such populated needs to be the URL from 3.
Python would probably be best. There's libraries for pretty much all of it I think.
The Gmail interface could be constructed using the Python API such as at https://developers.google.com/gmail/api/quickstart/python