osa-imessage icon indicating copy to clipboard operation
osa-imessage copied to clipboard

Send and receive iMessages with nodejs

Results 11 osa-imessage issues
Sort by recently updated
recently updated
newest added

the error is: `Error: Cannot find module '/Users/vektrix/node_modules/sqlite3/lib/binding/node-v79-darwin-x64/node_sqlite3.node'` the require stack is: ```requireStack: [ '/Users/vektrix/node_modules/sqlite3/lib/sqlite3.js', '/Users/vektrix/node_modules/sqlite/main.js', '/Users/vektrix/node_modules/osa-imessage/lib/messages-db.js', '/Users/vektrix/node_modules/osa-imessage/index.js', '/Users/vektrix/iMessage/index.js' ] ```

Sending messages is working great. But the listening example code: ``` const imessage = require("osa-imessage"); imessage.listen().on("message", (msg) => { console.log(msg); }); ``` simply exits. Am I missing something? ``` ~/dev/osa|⇒...

closes https://github.com/wtfaremyinitials/osa-imessage/issues/31

I was using apple script to send messages before this but those scripts are seemingly broken as well. Anybody know what might have changed? This is the error I got...

Updated readme to include `sendFile` method

I love the repo! Thanks for making it. Since iMessage can handle sending files, it would be nice if this package could handle sending files as well. I've made a...

Don't send iMessages to SMS "buddies".

When running this script: ```javascript const iMessage = require('osa-imessage'); iMessage.send('number redacted', 'Hello World'); ``` I get this output in the terminal: ``` This version of macOS (10.11.6) is currently untested...

I get errors trying to install on Mac and this project is a bit dated so I'm curious if there's hope to make this work.