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
- Host: GitHub
- URL: https://github.com/dev1an/imessagebot
- Owner: Dev1an
- Created: 2017-02-01T23:02:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T23:26:29.000Z (over 9 years ago)
- Last Synced: 2025-01-21T13:09:30.362Z (over 1 year ago)
- Topics: applescript, imessage, swift, tcp-server
- Language: Swift
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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