https://github.com/unhappychoice/intercom_summary
Displays intercom summary information
https://github.com/unhappychoice/intercom_summary
cli intercom ruby
Last synced: 6 months ago
JSON representation
Displays intercom summary information
- Host: GitHub
- URL: https://github.com/unhappychoice/intercom_summary
- Owner: unhappychoice
- License: mit
- Created: 2017-02-21T03:17:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-27T10:59:40.000Z (about 2 years ago)
- Last Synced: 2025-03-27T05:04:38.772Z (7 months ago)
- Topics: cli, intercom, ruby
- Language: Ruby
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# IntercomSummary
[](https://badge.fury.io/rb/intercom_summary)
[](https://gemnasium.com/github.com/unhappychoice/intercom_summary)
## Installation
```ruby
gem 'intercom_summary'
```or
```sh
$ gem install intercom_summary
```## Usage
```
INTERCOM_APP_ID=your_app_id INTERCOM_APP_KEY=your_app_key intercom_summary
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/unhappychoice/intercom_summary. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).