python-messaging
python-messaging copied to clipboard
Pure python SMS/MMS encoder/decoder
Hello, I'm trying to create an MMS Smile using the providing example but i have the followings errors Python 2.7 : File "test_mms.py", line 9, in slide1.add_image('/home/nickilo/image1.jpg') File "/usr/local/lib/python2.7/dist-packages/messaging/mms/message.py", line...
decode I send MMS to others `.mms` file in headers. `From` is always `` And `Date` is `null`
There is no method to encode the expiry header of an MMS
i would like to use your library inside my code. how should i install it?
Not sure if you are actively maintaining this code base anymore. Here is a python 3 update If not would you be ok with either transfering or allowing a hard...
Multiple recipients cannot be specified in an MMS since the 'To' header is in a dictionary. The header is now initialized in the dictionary with a list where multiple recipients...
The "encode_expiry_value" method encodes an integer representing the number of seconds for the MMS expiry header. It uses the relative format for expiry (how much time should pass before the...
Since the MMS headers are stored in a dictionary, you cannot have multiple 'To' headers to specify multiple recipients
Hello, I try to use python-messaging. I try your example for the encoding of a MMS text + photo, but here is the error message: pi@raspberrypi:~/PycharmProjects/mms $ python3 mms.py Traceback...
Hi I tried the example, but it doesn't work, it says "invalid syntax" Of course on my pc I used my phone number ``` from messaging.sms import SmsSubmit sms =...