GitXplorerGitXplorer
S

Email-extraction

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
3ff9d77c42354c95c8c8912fc76d236b1a60330f

Update email-extraction.py

SShivanshuPurohit committed 4 years ago
Verified
e32f8227ba7eaedcdcdff672c4e5d8e5e7c0f9b8

Update README.md

SShivanshuPurohit committed 4 years ago
Verified
7f50b4017cb85b10ce60501fc24c49a7a9a6b8ae

Create email-extraction.py

SShivanshuPurohit committed 4 years ago
Verified
0bf6f1b611e2b3523a3e59db0885812c76466f4e

Update README.md

SShivanshuPurohit committed 4 years ago
Verified
6f31ed68835f7e31cd4ca5702b371c0a67e51303

Initial commit

SShivanshuPurohit committed 4 years ago

README

The README file for this repository.

Email-extraction

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.

Requirements:

imaplib
email
re
getpass

Usage:

  • 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

Objective:

  1. When user gives the number of emails to read, look for keywords ("thank you for applying", in this case).
  2. Filter out these emails into a separate category ("job")