Jared
Jared copied to clipboard
An easily extensible chat bot for iMessage written in Swift.
I'm unable to get Jared to respond to group chats. When jared attempts to respond to group chats, messages are sent directly to one individual in the chat
[REST API Docs](https://github.com/ZekeSnider/Jared/blob/master/Documentation/restapi.md) mention port `3000` for a `/messages` endpoint, however, the current release (`1.5.2`) binds to port `3005`.
Currently the [documentation](https://github.com/ZekeSnider/Jared/blob/master/Documentation/restapi.md) doesn't have any mention of group chat usage. It should work properly if you use the iMessage internal chat IDs as the handle, so this should be...
Webhook responses currently support replying to the sender with a message - it would be cool if we could alternatively specify a message GUID and a reaction for that message....
I get the below crash when changing name. I originally chose "/name, Tommy" - which worked Then I change it to "/name,Tommy" - without the space and I get the...
Hi, I wanted to ask if there was a simple way to do this - it would be an amazing way to restart the server or homebridge etc remotely. Currently...
https://github.com/ZekeSnider/Jared/blob/4f51554451ec676a6276523ccefcc232abc1c069/Jared/DatabaseHandler.swift#L189 Move this to its own class
Jared only triggers a webhook for some messages. I believe this is because in MacOS versions from the last few years, Apple has started hiding more of the details of...