https://github.com/mchirico/gmail
Inserts Gmail messages into BigQuery, then, deletes.
https://github.com/mchirico/gmail
angular9 bigquery gcp gmail python3
Last synced: 4 months ago
JSON representation
Inserts Gmail messages into BigQuery, then, deletes.
- Host: GitHub
- URL: https://github.com/mchirico/gmail
- Owner: mchirico
- License: mit
- Created: 2020-04-13T17:26:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:33:21.000Z (over 2 years ago)
- Last Synced: 2025-01-23T01:42:16.813Z (6 months ago)
- Topics: angular9, bigquery, gcp, gmail, python3
- Language: CSS
- Homepage: https://gmail.cwxstat.io/
- Size: 767 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://codecov.io/gh/mchirico/gmail)
[](https://codebeat.co/projects/github-com-mchirico-gmail-master)
# GmailProject to read and filter gmail messages
```
# See Makefile
docker pull gcr.io/septapig/gmail# Topics and Subs
# Project: quickstart-1586788855488
gcloud pubsub topics create gmail-topic
gcloud pubsub subscriptions create gmail-sub --topic gmail-topic# Note pytest actually delete's emails...
references:
https://cloud.google.com/bigquery/docs/reference/libraries#client-libraries-install-python```
You'll need to run the quickstart, afer delete *token.pickle* in credentials
[quickstart](https://gist.github.com/mchirico/3916cb132c27e99262baf6f87e9ffcae)
Note: Quickstart is also the name of one of *my* projects. So you'll see the following access.

