Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.08 KB

README.rst

File metadata and controls

57 lines (41 loc) · 2.08 KB

Hangout API

Tests Code Coverage Documentation Status Code Health Dependency Status

Python API for controlling Google+ Hangouts

!DANGER!

This package is under heavy development

Read the Python Hangout API documentation.

Preinstall requirements

Chrome browser

Hangout API is using Google Chrome browse, so make sure you have it installed. To install Chrome on debian based distributions you can use following command:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get install google-chrome-stable -y

PyVirtualDisplay requirements

Make sure that PyVirtualDisplay requirements are installed. In most cases it will be enough to run command:

$ sudo apt-get install python-dev python-imaging xvfb scrot -y