Git Product home page Git Product logo

imessage-client's Introduction

imessage-client

Web application for iMessage

It uses a mac app to communicate with the server and send new messages as they are received. The server can also communicate with the mac app to send messages to iMessage.

Warning, this is not ready for use at all and is missing crucial security features. It is meant mainly as a tech demo and fun project.

Installation

Both the server and mac client use iojs. It is also possible to use node instead by modifying the scripts in package.json

Server

The server is the main package. To install dependencies, from the project root, run

npm install

It also require a rethinkdb database running. See http://rethinkdb.com/docs/install/ for more info on how to install it.

Inside the config folder, there is a server.default.json file with default values for the database configuration. You can create a server.user.json file to override the default configuration. It is also possible to configure the server using environnement variables or command line flags.

The server uses webpack for bundling the client's javascript. To build the bundle, use

npm run build

Or watch for changes and rebuild automatically with

npm run watch-client

To start the server, use

npm run start

The server should be running on http://localhost:8000

Mac client

The Mac client is used to get messages from the imessage database and send messages using AppleScript.

To install the dependencies browse to the mac client directory

cd src/mac

Then run

npm install

To start the mac client use

npm run start

imessage-client's People

Contributors

janicduplessis avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ipat8

imessage-client's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.