Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchirico/gmail
Inserts Gmail messages into BigQuery, then, deletes.
https://github.com/mchirico/gmail
angular9 bigquery gcp gmail python3
Last synced: 2 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:33:21.000Z (about 2 years ago)
- Last Synced: 2024-04-21T02:18:26.826Z (9 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
![Cloud Build](https://github.com/mchirico/gmail/workflows/Cloud%20Build/badge.svg?branch=master)
![Schedule Build](https://github.com/mchirico/gmail/workflows/Schedule%20Build/badge.svg)
[![codecov](https://codecov.io/gh/mchirico/gmail/branch/master/graph/badge.svg)](https://codecov.io/gh/mchirico/gmail)
[![codebeat badge](https://codebeat.co/badges/6a7f697e-058f-468d-9475-6551f5d9f0c6)](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.
![image](https://user-images.githubusercontent.com/755710/87828738-91a78a00-c84b-11ea-8e19-5bb736302d92.png)
![image](https://user-images.githubusercontent.com/755710/87829265-adf7f680-c84c-11ea-9708-8c4d870d42ff.png)