Export data from Intercom.
See mruby-cli for more details.
docker-compose run compile
For now, you can only export all the conversations and prints them on stdout
./mruby/build/host/bin/intercom-export -t <API KEY>:<API SECRET> -r conversations
- Fork it ( https://github.com/toch/intercom-export/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request