py-iMessage
py-iMessage copied to clipboard
python library to send iMessages
hey,can you help me with it ?
Getting the following error when trying to send a message. Error: TypeError: messagesApp.buddies.whose is not a function. (In 'messagesApp.buddies.whose({handle:{_contains: number}})', 'messagesApp.buddies.whose' is undefined) (-2700)
If the language switch is in the russian position, then when I send the message "привет" I get the correct message "привет" If the language switch is set to english,...
Has anyone else gotten this error when running `csrutil disable`? ``` csrutil: failed to modify system integrity configuration. This tool needs to be executed from the Recovery OS. ```
keyerror
Traceback (most recent call last): File "c:/Users/Desktop/gmailpy/emailpyspam/spammer.py", line 59, in from py_imessage import imessage File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site-packages\py_imessage\imessage.py", line 1, in from py_imessage import db_conn File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site-packages\py_imessage\db_conn.py", line 11, in home =...
because I have have many message send on sametime
Collecting py-imessage Downloading py-iMessage-1.7.tar.gz (6.3 kB) ERROR: Command errored out with exit status 1: command: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-HUY3wS/py-imessage/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-HUY3wS/py-imessage/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'...
**code is:** try: guid = imessage.send(testing_phone, message_to_Send) sleep(5) resp = imessage.status(guid) print('status of message is: ', resp) sleep(5) print('Message was delivered at:', resp.get("date_delivered") except Exception as e: print('ERROR: ', str(e))...
Not an issue, just a question. Is it possible to send images and not just text?