Export a JSON archive of a Gitter room's messages
$ npm install --global gitter-export-room
Use --token
or specify GITTER_TOKEN
env variable to authenticate.
$ gitter-export-room list
The above command shows the user's rooms and its ids
$ gitter-export-room id <room_id>
The above command will dump a bunch of JSON to STDOUT with progress to STDERR. Redirect to file if you wish.
See --help
for help.
Copyright 2016 Christopher Hiller. Licensed MIT