Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    python-googlevoice 0.5

    Download button

    No screenshots available
    Downloads: 440  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Justin Quick and Joe McCall | More programs
    BSD License / FREE
    December 8th, 2009, 11:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    python-googlevoice description

    Python 2/3 Interface for Google Voice

    The python-googlevoice project aims to bring the power of the Google Voice API to the Python language in a simple, easy-to-use manner. Currently it allows you to place calls, send sms, download voicemails/recorded messages, and search the various folders of your Google Voice Accounts. You can use the Python API or command line script to schedule calls, check for new received calls/sms, or even sync your recorded voicemails/calls. Works for Python 2 and Python 3

    Special thanks goes out to Chad Smith for posting his knowledge of the API (http://posttopic.com/topic/google-voice-add-on-development). Some of the python code was adapted from his Firefox addon.

    Install:

    Download the code from Google Code and install the module

    $ hg clone https://pygooglevoice.googlecode.com/hg/ pygooglevoice
    $ cd pygooglevoice
    $ sudo python setup.py install


    Usage:

    Python API

    Here's an example of how to make an outgoing call. The first phone number is the outgoing number (the one you are trying to reach), and the second is the phone you want Google Voice to ring.

    >>> from googlevoice import Voice
    >>> voice = Voice()
    >>> voice.login('myusername@gmail.com')
    Password:
    >>> voice.call('18004664411', '14075551234')


    Script


    The project comes with a script called gvoice which can do all the features of the module interactively. Try following this example to get the same effect as the code above

    $ gvoice -e myusername@gmail.com
    Password:
    gvoice> call
    Outgoing number: 18004664411
    Forwarding number: 14075551234
    Calling...




    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    Google Voice | Python interface | Python library | Python | Google | voice

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM