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
- Host: GitHub
- URL: https://github.com/boneskull/gitter-export-room
- Owner: boneskull
- License: mit
- Created: 2016-05-27T22:56:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T12:28:58.000Z (over 7 years ago)
- Last Synced: 2024-10-29T22:37:19.615Z (over 1 year ago)
- Topics: archive, export, gitter, json
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 15
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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