patrickfav / rocketchat-exporter

A simple script exporting chats from a rocket chat instance using the public REST API. Useful if no administrative access is possible.
https://favr.dev/opensource/rocketchat-exporter
Apache License 2.0
24 stars 10 forks source link

Use history endpoint to get all messages at once #1

Closed pgrosslicht closed 5 years ago

pgrosslicht commented 5 years ago

This avoids having to fetch messages in a loop.

patrickfav commented 5 years ago

LGTM. Thx bruv.