An open API service indexing awesome lists of open source software.

https://github.com/boneskull/gitter-export-room

Export a JSON archive of a Gitter room's messages
https://github.com/boneskull/gitter-export-room

archive export gitter json

Last synced: 5 months ago
JSON representation

Export a JSON archive of a Gitter room's messages

Awesome Lists containing this project

README

          

# gitter-export-room

> Export a JSON archive of a Gitter room's messages

## Install

```shell
$ 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
```

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