An open API service indexing awesome lists of open source software.

https://github.com/dev1an/imessagebot

A bot that forwards incoming tcp messages to iMessage
https://github.com/dev1an/imessagebot

applescript imessage swift tcp-server

Last synced: over 1 year ago
JSON representation

A bot that forwards incoming tcp messages to iMessage

Awesome Lists containing this project

README

          

# iMessageBot
A bot that sends tcp messages via iMessage

## Building
Install Xcode, then execute the following commands in this directory
```shell
swift build --configuration release
```

The built executable is then generated in ./build/release/TCP2iMessage