Skip to content

alexmontecucco/gitter-export-room

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Export a JSON archive of a Gitter room's messages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%