https://github.com/colcarroll/email_fetcher
Fetches your emails
https://github.com/colcarroll/email_fetcher
Last synced: 11 months ago
JSON representation
Fetches your emails
- Host: GitHub
- URL: https://github.com/colcarroll/email_fetcher
- Owner: ColCarroll
- Created: 2015-11-16T00:16:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T20:01:52.000Z (over 3 years ago)
- Last Synced: 2025-03-25T09:14:45.765Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Email Fetcher
=============
1. Runs on python3.5
2. `virtualenv -p /usr/bin/python3 venv && source venv/bin/activate`
3. `pip install -r requirements.txt`
3. Generate an app password [here](https://security.google.com/settings/security/apppasswords)
4. 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"}`
5. `python get_data.py`
6. After a while, you'll have an sqlite3 database in `database/emails.db`.