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.
- Create a new app at https://developer.gitter.im. The
Redirect URLshould behttp://localhost:7000/login/callback - Run
npm installandnpm install express - Get the
MESSAGE_START_IDfrom the Gitter UI. Take the one before the messages you want to print - 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
- Go to localhost:7000 and select the right gitter room (the one containing the
MESSAGE_START_ID) - You should see the messages on a webpage or in a .md file