0.3.0 • Published 7 years ago

gitter-export-room v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

gitter-export-room

Export a JSON archive of a Gitter room's messages

Install

$ npm install --global gitter-export-room

Usage

Use --token or specify GITTER_TOKEN env variable to authenticate.

List user's rooms

$ gitter-export-room list

The above command shows the user's rooms and its ids

Export room

$ 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.

License

Copyright 2016 Christopher Hiller. Licensed MIT