Scrape emails from an existing email address on basis of keywords, such as "Thank you for applying" and filtering them into a custom "job" category using python.
imaplib
email
re
getpass
- Enable IMAP in gmail settings to allow remote access of emails on websites other than gmail
- Turn on access to other apps
- Disable 2 step verification on google account
- When user gives the number of emails to read, look for keywords ("thank you for applying", in this case).
- Filter out these emails into a separate category ("job")