{"id":21928460,"url":"https://github.com/stevesoltys/remote-messages","last_synced_at":"2025-03-22T12:24:02.889Z","repository":{"id":74052000,"uuid":"166530327","full_name":"stevesoltys/remote-messages","owner":"stevesoltys","description":"A Remote Messages client library.","archived":false,"fork":false,"pushed_at":"2019-01-20T15:37:47.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T11:49:44.320Z","etag":null,"topics":["client","imessage","remotemessages"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevesoltys.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-19T09:38:53.000Z","updated_at":"2021-04-22T00:49:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"aff2436d-83fe-451a-864b-e187d9fc63dd","html_url":"https://github.com/stevesoltys/remote-messages","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Fremote-messages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Fremote-messages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Fremote-messages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevesoltys%2Fremote-messages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevesoltys","download_url":"https://codeload.github.com/stevesoltys/remote-messages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244954725,"owners_count":20537809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client","imessage","remotemessages"],"created_at":"2024-11-28T22:26:05.222Z","updated_at":"2025-03-22T12:24:02.860Z","avatar_url":"https://github.com/stevesoltys.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote Messages\n[![Build Status](https://travis-ci.org/stevesoltys/remote-messages.svg?branch=master)](https://travis-ci.org/stevesoltys/remote-messages)\n\nA [Remote Messages](http://remotemessages.com/) client library.\n\nThis allows for sending and receiving iMessages programmatically with an iOS device that has Remote Messages installed.\n\n## Installation\n```groovy\nrepositories {\n    jcenter()\n    maven { url 'https://jitpack.io' }\n}\n\ndependencies {\n    compile 'com.github.stevesoltys:remote-messages:0.1.5'\n}\n```\n\n## Usage\nCreate a `RemoteMessagesClient` instance with the base URL, optional credentials, and make a query.\n\nHere's an example:\n```java\nRemoteMessagesClient client = RemoteMessagesClient.builder()\n    .baseUrl(\"http://192.168.1.5:333\")\n    .username(\"admin\").password(\"password\")\n    .build();\n\nList\u003cConversation\u003e conversations = client.getConversations();\nConversation conversation = conversations.get(0);\n\nConversationMessages messages = client.getMessages(conversation.getId());\nmessages.getMessages().forEach(System.out::println);\n\nclient.sendMessage(OutgoingMessage.builder()\n    .conversationId(conversation.getId())\n    .message(\"Hello!\")\n    .build());\n```\n\n## Notes\nPlease note that this has only been tested on the legacy version of Remote Messages (v2).\nTesting for other versions would be appreciated.\n\n## License\nThis application is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevesoltys%2Fremote-messages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevesoltys%2Fremote-messages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevesoltys%2Fremote-messages/lists"}