Query Google contacts from Mutt
987
Present here is a (limited) Google Contacts API client library, an executable that uses that library to query contacts from within Mutt.
docker run --name gc-config -it \
-e GOOGLE_OAUTH_CLIENT_ID=... \
-e GOOGLE_OAUTH_CLIENT_SECRET=... \
pbrisbin/google-contacts config [email protected]
Note: multiple emails may be passed at once.
docker run --rm --volumes-from gc-config \
pbrisbin/google-contacts mutt-query [email protected] query
set query_command = "docker run ... [email protected] '%s'"
Content type
Image
Digest
sha256:fe22f8741…
Size
222.2 MB
Last updated
about 11 years ago
docker pull pbrisbin/google-contacts