It's discord application to archive chat logs.
$ pyenv virtualenv 3.7.4 archiver
$ pyenv local archiver
$ pip install -r requirements.txt
It's written with discord.py on python 3.7.4.
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.