https://github.com/lodestone/ims
Send macOS iMessages via CLI
https://github.com/lodestone/ims
Last synced: 20 days ago
JSON representation
Send macOS iMessages via CLI
- Host: GitHub
- URL: https://github.com/lodestone/ims
- Owner: lodestone
- License: mit
- Created: 2015-10-01T15:00:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T08:44:42.000Z (over 9 years ago)
- Last Synced: 2025-04-08T06:30:46.809Z (about 2 months ago)
- Language: Ruby
- Homepage: https://github.com/lodestone/ims
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# imessage
Command line tool to send iMessage.
*(This is a fork of https://github.com/linjunpop/imessage)*
## Installation
### As a gem
Add this line to your application's Gemfile:
gem 'ims'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ims
## Usage
```shell
Usage: ims [options]Specific options:
-m, --message [MESSSAGE|ATTACHMENT] The MESSAGE to deliver
-t, --to x,y,z Deliver message TO these contactsCommon options:
-h, --help Prints this help
--version Show version
```## Example
```
$ ims -m "hello" -t "[email protected]"
$ ims --message '/path/to/bar.png' --to "[email protected],+15555555555"
```## [Changelog](CHANGELOG.md)
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/lodestone/ims.