brain-hacker-antilammer / pygooglevoice

Automatically exported from code.google.com/p/pygooglevoice
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Message API not accurate #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get messages (i.e.: for message in voice.voicemail().messages )
2. within the loop, try and access any of the published data or methods
within a 'message' (i.e.: message.isRead, message.displayNumber,
message.mark(), etc.)
3. none of these work because the message is just a unicode string with the
id of the message, no actual functionality...

What version of the product are you using? On what operating system?
pygooglevoice-0.5

Original issue reported on code.google.com by Gaurav.C...@gmail.com on 22 Mar 2010 at 8:13

GoogleCodeExporter commented 9 years ago
Yea parsing the horrendous html output is too ugly for me to think about. Feel 
like writing a parser for that 
garbage? Someone did try once and i put their best efforts in 
examples/parse_sms.py but i doubt that a proper 
solution will ever be included in the src for this.

Original comment by justquick on 29 Mar 2010 at 7:16

GoogleCodeExporter commented 9 years ago
parse_sms is actually quite good, it seems. At least for me, it's returning the 
proper information.

Original comment by JohnTy...@gmail.com on 14 Nov 2010 at 11:05