GitXplorerGitXplorer
C

email_fetcher

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
7f2530f6145715dfaccb68c5290ce3180ab54ec0

Merge pull request #1 from ColCarroll/dependabot/pip/wheel-0.38.1

CColCarroll committed 2 years ago
Verified
e2dfbcdcd08d6e88f6e2ddb2294b8ef89a3eab94

Bump wheel from 0.24.0 to 0.38.1

ddependabot[bot] committed 2 years ago
Unverified
5e74f4460dc85d79532eb642f5bd4926ae87d5a6

Tidying

committed 8 years ago
Unverified
65722cc98f4278d7e001aec3f078fd53aae4cf13

Fix uniqueness, update requirements

CColCarroll committed 9 years ago
Unverified
3dc3c187623760f011a9da7d0b5e9c06a4a60fe3

Merge remote-tracking branch 'refs/remotes/origin/master'

CColCarroll committed 9 years ago
Unverified
45767d4f8d910dee744059587a6f2e8aa7746c51

Add cacheing

CColCarroll committed 9 years ago

README

The README file for this repository.

Email Fetcher

  1. Runs on python3.5
  2. virtualenv -p /usr/bin/python3 venv && source venv/bin/activate
  3. pip install -r requirements.txt
  4. Generate an app password here
  5. Create a file in the top directory: .creds.json. It should look like this: {"user": "your_email@gmail.com", "password": "16 digit password generated above"}
  6. python get_data.py
  7. After a while, you'll have an sqlite3 database in database/emails.db.