Skip to content

quantiaconsulting/gitter-md-export

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitter MD export App

A simple way to export the chat history of a room as markdown. Very crude as simple a quick hack based on the official gitter-demo-app.

HOWTO

  1. Create a new app at https://developer.gitter.im. The Redirect URL should be http://localhost:7000/login/callback
  2. Run npm install and npm install express
  3. Get the MESSAGE_START_ID from the Gitter UI. Take the one before the messages you want to print
  4. Launch the demo app with:
GITTER_KEY=<your-oauth-app-key> GITTER_SECRET=<your-oauth-app-secret> MESSAGE_START_ID=<message-id-from-gitter-webui> node app.js
  1. Go to localhost:7000 and select the right gitter room (the one containing the MESSAGE_START_ID)
  2. You should see the messages on a webpage or in a .md file

About

Export up to 100 Gitter messages in a markdown file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 66.8%
  • Pug 30.4%
  • CSS 2.8%