Is there a command line for Google Hangouts?

I'm wanting to use a command line interface for Google hangouts, instead of having the Chrome extension. Is there anything about?


Solution 1:

Yes, there is a github repo for this by tdryer written in python called Hangups.

Installation is via pip3:

  1. Update first:

    sudo apt update
    
  2. Install pip3 if absent:

    sudo apt install python-pip
    
  3. Install hangups:

    pip3 install hangups
    

Information:

Usage

Github Repo