Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Intercom Export

Export data from Intercom.
Export data from Intercom. Currently supports only conversations.

## Installation

See [mruby-cli](https://github.com/hone/mruby-cli) for more details.
### Dependencies

- `docker`: check installation instructions [in Docker official website](https://www.docker.com/).
- `mruby-cli`: actually don't need to install, Docker will handle this dependency. Anyway, see [mruby-cli](https://github.com/hone/mruby-cli) for more details.

After installing and configuring `docker` and `docker-compose`, you'll be able to install Intercom Export, `mruby-cli` and other needed dependencies with a single Docker command. In order to do that, just clone/download this project into your PC and run the following command from your Terminal (run inside this project folder):

```
docker-compose run compile
```

And you're done!

## Usage

For now, you can only export all the conversations and prints them on stdout
Expand Down