moreal / archiver

An application to collect chats and archive, from multiple platforms.
GNU General Public License v3.0
0 stars 0 forks source link

Archiver

It's discord application to archive chat logs.

Installation

$ pyenv virtualenv 3.7.4 archiver
$ pyenv local archiver
$ pip install -r requirements.txt

Specification

Bot (Client)

It's written with discord.py on python 3.7.4.

Database

It uses couchbase as database to store logs (i.e. chats).

Because couchbase support scale-out easily with web interface, I believe it helps us manage infra effeciently.