afallou / discord_activity

Extract, transform, load utility to measure user activity on a Discord server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord activity ETL

Provides an small extract, transform, load utility to extract discord message activity into CSV files, and load those up to a network destination.

Structure

This utility uses microcosm to wire components together and provide them with the right configuration.

Setup

This project requires Python 3.6 or later. Create a virtualenv for the project using virtualenvwrapper:

mkvirtualenv discord_activity

Then install dependencies

pip install -e .

How to use

TBD when code is complete

About

Extract, transform, load utility to measure user activity on a Discord server


Languages

Language:Python 100.0%