Is there a way to extract the text of a transcribed voicemail using pygooglevoice? Printing the message simply prints the filename.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
As of right now, according to the pygooglevoice docs, the Python binding for the Google Voice API doesn't have any methods to get the text of a transcribed voicemail. However, the project is only on version 0.5, and you can make a feature request (if one hasn't already been made). You can also always contribute your own implementation of this behavior to pygooglevoice. Sorry, I wish such a behavior existed, but it doesn't. You may be able to use other means (e.g. cURL, HTML/XML parsing, etc.) to achieve what you want to do but it's not in pygooglevoice. |
|||||
|