Skip to content

enkidulan/hangout_api

Repository files navigation

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

About

Python API for controlling Google+ Hangouts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages