A simple script exporting chats from a rocket chat instance using the public REST API. Useful if no administrative access is possible.
24
stars
10
forks
source link
Use history endpoint to get all messages at once #1
Closed
pgrosslicht closed 5 years ago
This avoids having to fetch messages in a loop.