python-squirrelapi

Python wrapper for C3 Squirrel Voicemail HTTP API
Download

python-squirrelapi Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Mobile Oxford
  • Publisher web site:
  • https://github.com/oucs/

python-squirrelapi Tags


python-squirrelapi Description

python-squirrelapi is a Python module that wraps the Squirrel HTTP API and provides sensible Python object representations for key resources (users, mailboxes and messages for example).Example code for authenticating and downloading all your messages as '.wav' files to the working directory.user = VoicemailUser(555555) # Mailboxnouser.login(123456) # pinmessages = user.get_messages()for message in messages: contents = message.retrieve() m = open('%s.wav' % message.id, 'w') m.write(contents)TestsYou can run tests using:python setup.py testRevisionThis has been developed against the C3 Squirrel documentation "Issue 11".Product's homepage


python-squirrelapi Related Software