An open API service indexing awesome lists of open source software.

https://github.com/codemonauts/rocketchat-downloader

Download the full history of a RocketChat room including all uploaded files
https://github.com/codemonauts/rocketchat-downloader

hacktoberfest

Last synced: 9 months ago
JSON representation

Download the full history of a RocketChat room including all uploaded files

Awesome Lists containing this project

README

          

# rocketchat-downloader

This tool allows you download the complete history of a single room including all uploaded files. This is e.g. helpful after closing a room to have a local archive.

## Requirements
* Python 3
* Requests
* RocketChat Server with enabled REST-Api

## Usage
```
cp config.py.example config.py

python3 downloader.py
```

The tool automatically tries to identify if the given room is a channel or a privte group.

**WARNING**: If it's a private group, the user defined in the `config.py` must be a member!