Skip to main content

Search your google contacts from the command-line or mutt.

Project description

About

The purpose of GooBook is to make it possible to use your Google Contacts from the command-line and from MUAs such as Mutt. It can be used from Mutt the same way as abook.

Installation Instructions

There is a number of ways to install Python software.

  • Using pip

  • Using a source tarball

  • Using source directly from gitorius

  • From a distribution specific repository

Which version to use

If you have Python 3.7+ you need to use GooBook 3.x.

pipx

This is the recommended way to install goobook for most users that don’t have it available in their distribution. You may first need to install pipx itself, which should be available in your distribution. If not, you can install it with pip; see: https://pypi.org/project/pipx/

Install goobook like this:

$ pipx install goobook

This will install goobook as ~/.local/bin/goobook (In a UNIX environment).

Poetry

This is the recommended way if you want to run from a git checkout. Install poetry if you don’t have it, https://python-poetry.org.

clone the git repos, cd into in, and run:

$ poetry install

Goobook is now installed in a virtualenv created by poetry. You can test goobook by running:

$ poetry run goobook

To locate the virtualenv where goobook is installed:

$ poetry env list --full-path

Source installation from tarball

Download the source tarball, uncompress it, then run the install command:

$ tar -xzvf goobook-*.tar.gz
$ cd goobook-*
$ sudo python ./setup.py install

Configuration

First you need to authenticate yourself:

run:

$ goobook authenticate -- client_secrets.json

and follow the instructions, this part is web based.

If the procedure above to get client secrets stops working this is an alternative way to do it:

  • Go to the Google developer console https://console.developers.google.com/

  • Create a new project (drop down at the top of the screen) (you are free to use an existing one if you so prefer)

  • Select the newly created project

  • Go to OAuth consent screen from sidebar

  • Select the interal user type if you can but most will only be able to select external.

  • On next screen give it a name (ex. GooBook)

  • select Add scope, click manually paste and write “https://www.googleapis.com/auth/contacts” inte the lower text box.

  • and hit hit add and then save

  • Go to Credentials from sidebar

  • Click Create Credentials from top, then OAuth Client ID in the dropdown

  • Choose Desktop app, enter any name you want, and hit create

  • click “Download JSON” and save the file to be used below

To get access too more settings you can create a configuration file:

goobook config-template > ~/.config/goobookrc

It will look like this:

# Use this template to create your ~/.goobookrc

# "#" or ";" at the start of a line makes it a comment.

[DEFAULT]
# The following are optional, defaults are shown when not other specified.

# This file is written by the oauth library, and should be kept secure,
# it's like a password to your google contacts.
# default is to place it in the XDG_DATA_HOME
;oauth_db_filename: ~/.goobook_auth.json

;cache_filename: ~/.goobook_cache   # default is in the XDG_CACHE_HOME
;cache_expiry_hours: 24
;filter_groupless_contacts: yes

# New contacts will be added to this group in addition to "My Contacts"
# Note that the group has to already exist on google or an error will occur.
# One use for this is to add new contacts to an "Unsorted" group, which can
# be sorted easier than all of "My Contacts".
;default_group:

Files

GooBook is using three files, the optional config file that can be placed in the XDG_CONFIG_HOME (~/.config/goobookrc) or in the home directory (~/.goobookrc).

The authentication file that is created by running goobook authenticate in XDG_DATA_HOME (~/.local/share/goobook_auth.json) but can also be placed in the home directory (~/.goobook_auth.json).

The contacts cache file that is created in XDG_CACHE_HOME (~/.cache/goobook_cache) but can also be placed in the home directory (~/.goobook_cache).

Proxy settings

If you use a proxy you need to set the https_proxy environment variable.

Mutt

If you want to use goobook from mutt.

Set in your .muttrc file:

set query_command="goobook query %s"

to query address book. (Normally bound to “Q” key.)

If you want to be able to use <tab> to complete email addresses instead of Ctrl-t add this:

bind editor <Tab> complete-query

To add email addresses (with “a” key normally bound to create-alias command):

macro index,pager a "<pipe-message>goobook add<return>" "add the sender address to Google contacts"

If you want to add an email’s sender to Contacts, press a while it’s selected in the index or pager.

Usage

To query your contacts:

$ goobook query QUERY

The add command reads a email from STDIN and adds the From address to your Google contacts:

$ goobook add

The cache is updated automatically according to the configuration but you can also force an update:

$ goobook reload

For more commands see:

$ goobook -h

and:

$ goobook COMMAND -h

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

goobook-3.5.3.tar.gz (27.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

goobook-3.5.3-py3-none-any.whl (28.9 kB view details)

Uploaded Python 3

File details

Details for the file goobook-3.5.3.tar.gz.

File metadata

  • Download URL: goobook-3.5.3.tar.gz
  • Upload date:
  • Size: 27.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.14.0-27-generic

File hashes

Hashes for goobook-3.5.3.tar.gz
Algorithm Hash digest
SHA256 fa29cb0567fdfdca6381d3145c9ab7075336dfaca52700b79873c9142f4f17fd
MD5 36f4a5e5ea096b0544412805dce6ff08
BLAKE2b-256 077230bcc46adfd032cbffe4bfe4d64cbafc21634584e18d15e76b690d701e8e

See more details on using hashes here.

File details

Details for the file goobook-3.5.3-py3-none-any.whl.

File metadata

  • Download URL: goobook-3.5.3-py3-none-any.whl
  • Upload date:
  • Size: 28.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.12.3 Linux/6.14.0-27-generic

File hashes

Hashes for goobook-3.5.3-py3-none-any.whl
Algorithm Hash digest
SHA256 78520b58214883514fcd202292fb95d2ed80924fdd29a951acf6ee6ffb2fb938
MD5 0405e1780a726ca6c6d91ea42bfef163
BLAKE2b-256 a8c38f8baf5001a8938008d7e20861499c4c53d019ff9461aa22ec1a77c8c286

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page