How can I control Google Hangouts with Python? -


as python project, control google hangouts (start/end video/phone calls, mute/unmute, dial key, etc) using python 2.7; e.g. create call() function accepts email addresses , phone numbers of people in circles/contacts , call people.

as newbie, however, don't know whether:

  1. there python package (most of) that,
  2. i need sign google cloud, install google cloud sdk, learn how use google app engine, etc. or being logged google in browser sufficient

so, i'd appreciate if sketch brief road map me.

for example, python packages need?

hangups, python instant messaging client hangouts exists , worth look. it's terminal client, used back-end several gui applications.

https://github.com/tdryer/hangups


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -