- Runs on python3.5
virtualenv -p /usr/bin/python3 venv && source venv/bin/activate
pip install -r requirements.txt
- Generate an app password here
- 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"}
python get_data.py
- After a while, you'll have an sqlite3 database in
database/emails.db
.
C
email_fetcher
public
1 stars
1 forks
0 issues
Commits
List of commits on branch master.Verified
7f2530f6145715dfaccb68c5290ce3180ab54ec0Merge pull request #1 from ColCarroll/dependabot/pip/wheel-0.38.1
CColCarroll committed 2 years ago
Verified
e2dfbcdcd08d6e88f6e2ddb2294b8ef89a3eab94Bump wheel from 0.24.0 to 0.38.1
ddependabot[bot] committed 2 years ago
Unverified
5e74f4460dc85d79532eb642f5bd4926ae87d5a6Tidying
committed 8 years ago
Unverified
65722cc98f4278d7e001aec3f078fd53aae4cf13Fix uniqueness, update requirements
CColCarroll committed 9 years ago
Unverified
3dc3c187623760f011a9da7d0b5e9c06a4a60fe3Merge remote-tracking branch 'refs/remotes/origin/master'
CColCarroll committed 9 years ago
Unverified
45767d4f8d910dee744059587a6f2e8aa7746c51Add cacheing
CColCarroll committed 9 years ago